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