diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-18 02:08:42 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-18 02:08:42 +0000 |
commit | 2d09c28c22daf23660eb1422910ee4197b98151e (patch) | |
tree | c1e82ac7c0fa69a9a8a058ece3e0cf4263f601b0 /sys-apps/elfix | |
parent | Remove USE=test which only works on a properly configured pax kernel (diff) | |
download | gentoo-2-2d09c28c22daf23660eb1422910ee4197b98151e.tar.gz gentoo-2-2d09c28c22daf23660eb1422910ee4197b98151e.tar.bz2 gentoo-2-2d09c28c22daf23660eb1422910ee4197b98151e.zip |
Minor clean up of use_enable syntax
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps/elfix')
-rw-r--r-- | sys-apps/elfix/ChangeLog | 3 | ||||
-rw-r--r-- | sys-apps/elfix/elfix-0.7.0.ebuild | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/elfix/ChangeLog b/sys-apps/elfix/ChangeLog index 7719249ca1fe..453c23d5d62f 100644 --- a/sys-apps/elfix/ChangeLog +++ b/sys-apps/elfix/ChangeLog @@ -1,5 +1,8 @@ 18 Dec 2012; Anthony G. Basile <blueness@gentoo.org> elfix-0.7.0.ebuild: + Minor clean up of use_enable syntax + + 18 Dec 2012; Anthony G. Basile <blueness@gentoo.org> elfix-0.7.0.ebuild: Remove USE=test which only works on a properly configured pax kernel *elfix-0.7.0 (17 Dec 2012) diff --git a/sys-apps/elfix/elfix-0.7.0.ebuild b/sys-apps/elfix/elfix-0.7.0.ebuild index a56182d6eac1..9e2733cf2189 100644 --- a/sys-apps/elfix/elfix-0.7.0.ebuild +++ b/sys-apps/elfix/elfix-0.7.0.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.7.0.ebuild,v 1.2 2012/12/18 02:02:57 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.7.0.ebuild,v 1.3 2012/12/18 02:08:42 blueness Exp $ EAPI="4" @@ -27,8 +27,8 @@ src_configure() { rm -f "${S}/scripts/setup.py" econf \ --disable-tests \ - $(use_enable ptpax ptpax) \ - $(use_enable xtpax xtpax) + $(use_enable ptpax) \ + $(use_enable xtpax) } src_install() { |