diff options
Diffstat (limited to 'dev-lang/python-exec/python-exec-2.0.ebuild')
-rw-r--r-- | dev-lang/python-exec/python-exec-2.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/python-exec/python-exec-2.0.ebuild b/dev-lang/python-exec/python-exec-2.0.ebuild index c87cf5bfb1b6..5242ccd6433e 100644 --- a/dev-lang/python-exec/python-exec-2.0.ebuild +++ b/dev-lang/python-exec/python-exec-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/python-exec-2.0.ebuild,v 1.2 2013/11/09 17:22:34 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/python-exec-2.0.ebuild,v 1.3 2013/11/15 22:12:48 robbat2 Exp $ EAPI=5 @@ -20,6 +20,7 @@ KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc IUSE="" RDEPEND="!<dev-python/python-exec-10000" +PDEPEND=">=dev-python/python-exec-10000:$SLOT" src_configure() { local pyimpls i EPYTHON |