diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2013-11-15 22:12:55 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2013-11-15 22:12:55 +0000 |
commit | c57102e7e59b4c2b4865e4eefbb57b2121688b50 (patch) | |
tree | 57dbcd1d21af417d5a296ac022a3068502cc4b2e /dev-lang/python-exec/python-exec-2.9999.ebuild | |
parent | Version bump. Bug #491296 (diff) | |
download | historical-c57102e7e59b4c2b4865e4eefbb57b2121688b50.tar.gz historical-c57102e7e59b4c2b4865e4eefbb57b2121688b50.tar.bz2 historical-c57102e7e59b4c2b4865e4eefbb57b2121688b50.zip |
Use PDEPEND to fix python-exec dep for all users, acked by ZeroChaos & mgorny in #gentoo-dev.
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/python-exec/python-exec-2.9999.ebuild')
-rw-r--r-- | dev-lang/python-exec/python-exec-2.9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/python-exec/python-exec-2.9999.ebuild b/dev-lang/python-exec/python-exec-2.9999.ebuild index a5b8553a4541..30a314621040 100644 --- a/dev-lang/python-exec/python-exec-2.9999.ebuild +++ b/dev-lang/python-exec/python-exec-2.9999.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.9999.ebuild,v 1.1 2013/10/30 19:12:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/python-exec-2.9999.ebuild,v 1.2 2013/11/15 22:12:48 robbat2 Exp $ EAPI=5 @@ -28,6 +28,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="" RDEPEND="!<dev-python/python-exec-10000" +PDEPEND=">=dev-python/python-exec-10000:$SLOT" #if LIVE KEYWORDS= |