diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:36:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:36:33 +0000 |
commit | 0394e80b215abce866b3861bdd05b2f1e9a33902 (patch) | |
tree | 9ed9f9db441db4a432c1ade562b727552b20fc2b /dev-perl/Apache-Test | |
parent | sync IUSE (+krb4) (diff) | |
download | historical-0394e80b215abce866b3861bdd05b2f1e9a33902.tar.gz historical-0394e80b215abce866b3861bdd05b2f1e9a33902.tar.bz2 historical-0394e80b215abce866b3861bdd05b2f1e9a33902.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/Apache-Test')
-rw-r--r-- | dev-perl/Apache-Test/Apache-Test-1.03.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.03.ebuild b/dev-perl/Apache-Test/Apache-Test-1.03.ebuild index 35fa2c71ebf0..f9dc6161d8aa 100644 --- a/dev-perl/Apache-Test/Apache-Test-1.03.ebuild +++ b/dev-perl/Apache-Test/Apache-Test-1.03.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.03.ebuild,v 1.4 2004/06/25 00:05:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.03.ebuild,v 1.5 2004/07/14 16:32:39 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Test.pm wrapper with helpers for testing Apache" SRC_URI="http://search.cpan.org/CPAN/authors/id/S/ST/STAS/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/author/STAS/${P}" @@ -12,6 +11,7 @@ HOMEPAGE="http://search.cpan.org/author/STAS/${P}" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha ~mips" +IUSE="" DEPEND="net-www/apache" |