summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-08-05 02:14:51 +0000
committerTim Harder <radhermit@gentoo.org>2015-08-05 02:14:51 +0000
commite7bbe820992b086d6547b43e41fcb1b3858ed8a9 (patch)
tree7998d73b2e0a3c262456573ebacb7a816bb1da1c
parentadding udev scripts to generate symlinks for bug 556632 (diff)
downloadgentoo-2-e7bbe820992b086d6547b43e41fcb1b3858ed8a9.tar.gz
gentoo-2-e7bbe820992b086d6547b43e41fcb1b3858ed8a9.tar.bz2
gentoo-2-e7bbe820992b086d6547b43e41fcb1b3858ed8a9.zip
Add conditional 3to2 build dep.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
-rw-r--r--dev-python/pychroot/ChangeLog5
-rw-r--r--dev-python/pychroot/pychroot-9999.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/pychroot/ChangeLog b/dev-python/pychroot/ChangeLog
index 14679f274952..b77a0da5ad8c 100644
--- a/dev-python/pychroot/ChangeLog
+++ b/dev-python/pychroot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pychroot
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v 1.11 2015/08/02 03:51:09 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v 1.12 2015/08/05 02:14:51 radhermit Exp $
+
+ 05 Aug 2015; Tim Harder <radhermit@gentoo.org> pychroot-9999.ebuild:
+ Add conditional 3to2 build dep.
02 Aug 2015; Tim Harder <radhermit@gentoo.org> pychroot-9999.ebuild:
Use make to install docs.
diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild
index 7871b0a16c80..91b532931bae 100644
--- a/dev-python/pychroot/pychroot-9999.ebuild
+++ b/dev-python/pychroot/pychroot-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild,v 1.6 2015/08/02 03:51:09 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild,v 1.7 2015/08/05 02:14:51 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -26,6 +26,7 @@ RDEPEND="
=dev-python/snakeoil-9999[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
+ $(python_gen_cond_dep 'dev-python/3to2[${PYTHON_USEDEP}]' python2_7)
test? (
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
dev-python/pytest[${PYTHON_USEDEP}]