diff options
author | 2004-07-14 20:57:05 +0000 | |
---|---|---|
committer | 2004-07-14 20:57:05 +0000 | |
commit | 2dec4ae4cb01e1f5cdcf7bd1d0bf8d63c61a24ec (patch) | |
tree | 65a0e58cdca24fe080e1ecf2ae2ba98b37939720 /dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild | |
parent | 'stay away from awk.' (Manifest recommit) (diff) | |
download | gentoo-2-2dec4ae4cb01e1f5cdcf7bd1d0bf8d63c61a24ec.tar.gz gentoo-2-2dec4ae4cb01e1f5cdcf7bd1d0bf8d63c61a24ec.tar.bz2 gentoo-2-2dec4ae4cb01e1f5cdcf7bd1d0bf8d63c61a24ec.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild')
-rw-r--r-- | dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild index 24fdc0f23fde..1913383c834a 100644 --- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild +++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.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-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild,v 1.4 2004/06/25 01:09:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.4.ebuild,v 1.5 2004/07/14 20:56:40 agriffis Exp $ inherit perl-module @@ -12,10 +12,9 @@ HOMEPAGE="http://search.cpan.org/~mcvella/${P}" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~sparc ~amd64 ~ppc" +IUSE="" RDEPEND="dev-perl/WWW-Mechanize <dev-perl/Class-MethodMaker-2*" DEPEND="${RDEPEND}" - - |