diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-02-28 23:49:42 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-02-28 23:49:42 +0000 |
commit | f7a4104f991323716311554e2c216a608e0584bd (patch) | |
tree | b2a8d42e871030fc113ff16e5312dbb754de1f88 /sys-apps/elfix | |
parent | Beta channel bump. (diff) | |
download | gentoo-2-f7a4104f991323716311554e2c216a608e0584bd.tar.gz gentoo-2-f7a4104f991323716311554e2c216a608e0584bd.tar.bz2 gentoo-2-f7a4104f991323716311554e2c216a608e0584bd.zip |
Depend on any revision of PV, for bug #459632
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps/elfix')
-rw-r--r-- | sys-apps/elfix/ChangeLog | 2 | ||||
-rw-r--r-- | sys-apps/elfix/elfix-0.8.1.ebuild | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/elfix/ChangeLog b/sys-apps/elfix/ChangeLog index b20660627f58..ee081c079e5a 100644 --- a/sys-apps/elfix/ChangeLog +++ b/sys-apps/elfix/ChangeLog @@ -1,4 +1,6 @@ + 28 Feb 2013; Anthony G. Basile <blueness@gentoo.org> elfix-0.8.1.ebuild: + Depend on any revision of PV, for bug #459632 20 Feb 2013; Jeroen Roovers <jer@gentoo.org> elfix-0.8.1.ebuild: Stable for HPPA (bug #456656). diff --git a/sys-apps/elfix/elfix-0.8.1.ebuild b/sys-apps/elfix/elfix-0.8.1.ebuild index ae3c5ec08815..f48c1d2f2942 100644 --- a/sys-apps/elfix/elfix-0.8.1.ebuild +++ b/sys-apps/elfix/elfix-0.8.1.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/sys-apps/elfix/elfix-0.8.1.ebuild,v 1.9 2013/02/20 15:01:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.8.1.ebuild,v 1.10 2013/02/28 23:49:42 blueness Exp $ EAPI="5" @@ -19,7 +19,7 @@ REQUIRED_USE="|| ( ptpax xtpax )" # These only work with a properly configured PaX kernel RESTRICT="test" -DEPEND="=dev-python/pypax-${PV}[ptpax=,xtpax=] +DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=] ptpax? ( dev-libs/elfutils ) xtpax? ( sys-apps/attr )" |