diff options
author | 2012-07-29 17:42:16 +0000 | |
---|---|---|
committer | 2012-07-29 17:42:16 +0000 | |
commit | e1b9512bef8d3a7793cf1cdc1a97d288a0663fc1 (patch) | |
tree | 9d13979c253719b935e81dd593fc8d985cba28b6 /sys-apps/elfix | |
parent | Drop sparc keywords (diff) | |
download | gentoo-2-e1b9512bef8d3a7793cf1cdc1a97d288a0663fc1.tar.gz gentoo-2-e1b9512bef8d3a7793cf1cdc1a97d288a0663fc1.tar.bz2 gentoo-2-e1b9512bef8d3a7793cf1cdc1a97d288a0663fc1.zip |
Force same PV for pypax as elfix
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/elfix')
-rw-r--r-- | sys-apps/elfix/ChangeLog | 3 | ||||
-rw-r--r-- | sys-apps/elfix/elfix-0.5.2.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sys-apps/elfix/ChangeLog b/sys-apps/elfix/ChangeLog index e7c184b721fc..1c2a17ee3514 100644 --- a/sys-apps/elfix/ChangeLog +++ b/sys-apps/elfix/ChangeLog @@ -1,5 +1,8 @@ + 29 Jul 2012; Anthony G. Basile <blueness@gentoo.org> elfix-0.5.2.ebuild: + Force same PV for pypax as elfix + *elfix-0.5.2 (29 Jul 2012) 29 Jul 2012; Anthony G. Basile <blueness@gentoo.org> -elfix-0.5.1.ebuild, diff --git a/sys-apps/elfix/elfix-0.5.2.ebuild b/sys-apps/elfix/elfix-0.5.2.ebuild index e79984618cc0..9a270ccb8439 100644 --- a/sys-apps/elfix/elfix-0.5.2.ebuild +++ b/sys-apps/elfix/elfix-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.5.2.ebuild,v 1.1 2012/07/29 15:56:25 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.5.2.ebuild,v 1.2 2012/07/29 17:42:16 blueness Exp $ EAPI="4" @@ -15,7 +15,7 @@ IUSE="test xtpax" DEPEND=" dev-libs/elfutils - =dev-python/pypax-0.5*[xtpax=] + =dev-python/pypax-${PV}[xtpax=] xtpax? ( sys-apps/attr )" RDEPEND="${DEPEND}" |