diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-24 23:12:35 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-24 23:12:35 +0000 |
commit | 845f7018e4b74971c2b36428c0fa8b60d91962b3 (patch) | |
tree | d2bd8e40555b38d6f06170f1b23ead79d3af2bb2 /dev-perl/WWW-Bugzilla | |
parent | fixing depend. see 45343 (diff) | |
download | historical-845f7018e4b74971c2b36428c0fa8b60d91962b3.tar.gz historical-845f7018e4b74971c2b36428c0fa8b60d91962b3.tar.bz2 historical-845f7018e4b74971c2b36428c0fa8b60d91962b3.zip |
fixing depend. see 45343
Diffstat (limited to 'dev-perl/WWW-Bugzilla')
-rw-r--r-- | dev-perl/WWW-Bugzilla/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog index 33188ac45b5b..c23af8cc6f12 100644 --- a/dev-perl/WWW-Bugzilla/ChangeLog +++ b/dev-perl/WWW-Bugzilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WWW-Bugzilla # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.2 2004/03/02 18:02:23 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.3 2004/03/24 23:11:38 mholzer Exp $ + + 25 Mar 2004; Martin Holzer <mholzer@gentoo.org> WWW-Bugzilla-0.2.ebuild: + fixing depend. see 45343 02 Mar 2004; Dylan Carlson <absinthe@gentoo.org> WWW-Bugzilla-0.2.ebuild: Added amd64 to KEYWORDS. diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild index e7843b41055f..111d40398468 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 Technologies, Inc. # 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.2 2004/03/02 18:02:23 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild,v 1.3 2004/03/24 23:11:38 mholzer Exp $ inherit perl-module @@ -13,7 +13,6 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc amd64" -RDEPEND="dev-perl/WWW-Mechanize - dev-perl/Class-MethodMaker" +DEPEND="dev-perl/WWW-Mechanize + dev-perl/Class-MethodMaker" -DEPEND="${RDEPEND}" |