summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-11 21:17:16 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-11 21:17:16 +0000
commit8037ad9c106d09af46df803ba80f2273f64bbc38 (patch)
treef5c90943ca1526a54f593b64dc4cd6226df1cd8a /dev-libs
parentUpdate the patchset for 2.6.10 to fix several vulnerabilities. Uses -ac8 as ... (diff)
downloadgentoo-2-8037ad9c106d09af46df803ba80f2273f64bbc38.tar.gz
gentoo-2-8037ad9c106d09af46df803ba80f2273f64bbc38.tar.bz2
gentoo-2-8037ad9c106d09af46df803ba80f2273f64bbc38.zip
Chage USE=makecheck -> USE=test.
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/expat/expat-1.95.7-r1.ebuild8
-rw-r--r--dev-libs/expat/expat-1.95.8.ebuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-libs/expat/expat-1.95.7-r1.ebuild b/dev-libs/expat/expat-1.95.7-r1.ebuild
index d031f4174bb8..82fa15f90673 100644
--- a/dev-libs/expat/expat-1.95.7-r1.ebuild
+++ b/dev-libs/expat/expat-1.95.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.7-r1.ebuild,v 1.3 2004/09/25 05:47:09 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.7-r1.ebuild,v 1.4 2005/01/11 21:17:16 vapier Exp $
inherit gnuconfig libtool
@@ -11,13 +11,13 @@ SRC_URI="mirror://sourceforge/expat/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390"
-IUSE="makecheck"
+IUSE="test"
DEPEND="virtual/libc
- makecheck? ( >=dev-libs/check-0.8 )"
+ test? ( >=dev-libs/check-0.8 )"
src_unpack() {
- hasq "maketest" ${FEATURES} && ! use makecheck && die "You must put makecheck into your USE if you have FEATURES=maketest"
+ hasq "maketest" ${FEATURES} && ! use test && die "You must put makecheck into your USE if you have FEATURES=maketest"
unpack ${A}
cd "${S}"
diff --git a/dev-libs/expat/expat-1.95.8.ebuild b/dev-libs/expat/expat-1.95.8.ebuild
index 11097ff969a2..0ffeb80bc313 100644
--- a/dev-libs/expat/expat-1.95.8.ebuild
+++ b/dev-libs/expat/expat-1.95.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.8.ebuild,v 1.6 2004/12/21 16:33:38 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.8.ebuild,v 1.7 2005/01/11 21:17:16 vapier Exp $
inherit gnuconfig
@@ -11,13 +11,13 @@ SRC_URI="mirror://sourceforge/expat/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sh sparc x86"
-IUSE="makecheck"
+IUSE="test"
DEPEND="virtual/libc
- makecheck? ( >=dev-libs/check-0.8 )"
+ test? ( >=dev-libs/check-0.8 )"
src_unpack() {
- hasq "maketest" ${FEATURES} && ! use makecheck && die "You must put makecheck into your USE if you have FEATURES=maketest"
+ hasq "maketest" ${FEATURES} && ! use test && die "You must put makecheck into your USE if you have FEATURES=maketest"
unpack ${A}
cd "${S}"