diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-11 21:17:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-11 21:17:16 +0000 |
commit | 8037ad9c106d09af46df803ba80f2273f64bbc38 (patch) | |
tree | f5c90943ca1526a54f593b64dc4cd6226df1cd8a /dev-libs/expat/expat-1.95.8.ebuild | |
parent | Update the patchset for 2.6.10 to fix several vulnerabilities. Uses -ac8 as ... (diff) | |
download | gentoo-2-8037ad9c106d09af46df803ba80f2273f64bbc38.tar.gz gentoo-2-8037ad9c106d09af46df803ba80f2273f64bbc38.tar.bz2 gentoo-2-8037ad9c106d09af46df803ba80f2273f64bbc38.zip |
Chage USE=makecheck -> USE=test.
Diffstat (limited to 'dev-libs/expat/expat-1.95.8.ebuild')
-rw-r--r-- | dev-libs/expat/expat-1.95.8.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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}" |