summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-12-18 02:02:57 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-12-18 02:02:57 +0000
commit7e5c1dd8e10b94da65eb9e86c59c16ec6df23549 (patch)
treefe30958a436889bdb843e101b859ea5f8bfbaeaa /sys-apps
parentapp-admin/webalizer-xtended: p.mask for removal in 30 days (diff)
downloadgentoo-2-7e5c1dd8e10b94da65eb9e86c59c16ec6df23549.tar.gz
gentoo-2-7e5c1dd8e10b94da65eb9e86c59c16ec6df23549.tar.bz2
gentoo-2-7e5c1dd8e10b94da65eb9e86c59c16ec6df23549.zip
Remove USE=test which only works on a properly configured pax kernel
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/elfix/ChangeLog3
-rw-r--r--sys-apps/elfix/elfix-0.7.0.ebuild8
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/elfix/ChangeLog b/sys-apps/elfix/ChangeLog
index 11191699af0b..7719249ca1fe 100644
--- a/sys-apps/elfix/ChangeLog
+++ b/sys-apps/elfix/ChangeLog
@@ -1,4 +1,7 @@
+ 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)
17 Dec 2012; Anthony G. Basile <blueness@gentoo.org> +elfix-0.7.0.ebuild:
diff --git a/sys-apps/elfix/elfix-0.7.0.ebuild b/sys-apps/elfix/elfix-0.7.0.ebuild
index 7c835b02138b..a56182d6eac1 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.1 2012/12/17 00:47:44 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.7.0.ebuild,v 1.2 2012/12/18 02:02:57 blueness Exp $
EAPI="4"
@@ -11,9 +11,9 @@ SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test +ptpax xtpax"
+IUSE="+ptpax +xtpax"
-# These only work on a properly configure pax kernel
+# These only work on a properly configured pax kernel
RESTRICT="test"
DEPEND="
@@ -26,7 +26,7 @@ RDEPEND="${DEPEND}"
src_configure() {
rm -f "${S}/scripts/setup.py"
econf \
- $(use_enable test tests) \
+ --disable-tests \
$(use_enable ptpax ptpax) \
$(use_enable xtpax xtpax)
}