summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-16 22:34:36 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-16 22:34:36 +0000
commit51b8b040821f08726ddd1cf380e4c41981bf59da (patch)
treeec23424c6fdb79706d0185962834767c80a15b4b /dev-libs/expat
parentinitial import (diff)
downloadgentoo-2-51b8b040821f08726ddd1cf380e4c41981bf59da.tar.gz
gentoo-2-51b8b040821f08726ddd1cf380e4c41981bf59da.tar.bz2
gentoo-2-51b8b040821f08726ddd1cf380e4c41981bf59da.zip
the test FEATURES/USE is just test now #78250
(Portage version: 2.0.51-r13)
Diffstat (limited to 'dev-libs/expat')
-rw-r--r--dev-libs/expat/expat-1.95.7-r1.ebuild4
-rw-r--r--dev-libs/expat/expat-1.95.8.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/expat/expat-1.95.7-r1.ebuild b/dev-libs/expat/expat-1.95.7-r1.ebuild
index b9e131f8fbe8..caccc35c50ff 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-2005 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.5 2005/01/11 21:18:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.7-r1.ebuild,v 1.6 2005/01/16 22:34:36 vapier Exp $
inherit gnuconfig libtool
@@ -17,7 +17,7 @@ DEPEND="virtual/libc
test? ( >=dev-libs/check-0.8 )"
src_unpack() {
- hasq "maketest" ${FEATURES} && ! use test && die "You must put makecheck into your USE if you have FEATURES=maketest"
+ hasq "test" ${FEATURES} && ! use test && die "You must put test into your USE if you have FEATURES=test"
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 3769b3fa0308..af11d71ae6e8 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-2005 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.10 2005/01/16 15:13:17 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.8.ebuild,v 1.11 2005/01/16 22:34:36 vapier Exp $
inherit gnuconfig
@@ -17,7 +17,7 @@ DEPEND="virtual/libc
test? ( >=dev-libs/check-0.8 )"
src_unpack() {
- hasq "maketest" ${FEATURES} && ! use test && die "You must put makecheck into your USE if you have FEATURES=maketest"
+ hasq "test" ${FEATURES} && ! use test && die "You must put test into your USE if you have FEATURES=test"
unpack ${A}
cd "${S}"