diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-03-02 18:02:23 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-03-02 18:02:23 +0000 |
commit | 617cd6349c6239d0cfa1861e8facf132e11a8f22 (patch) | |
tree | ee8a4394d20bb80ac36f277b44e38e15887ef0e9 /dev-perl/WWW-Bugzilla | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-617cd6349c6239d0cfa1861e8facf132e11a8f22.tar.gz gentoo-2-617cd6349c6239d0cfa1861e8facf132e11a8f22.tar.bz2 gentoo-2-617cd6349c6239d0cfa1861e8facf132e11a8f22.zip |
Added amd64 to KEYWORDS.
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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog index f69dc77676a7..33188ac45b5b 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.1 2004/03/02 09:56:24 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.2 2004/03/02 18:02:23 absinthe Exp $ + + 02 Mar 2004; Dylan Carlson <absinthe@gentoo.org> WWW-Bugzilla-0.2.ebuild: + Added amd64 to KEYWORDS. *WWW-Bugzilla-0.2 (02 Mar 2004) diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.2.ebuild index 14fa0be08333..e7843b41055f 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.1 2004/03/02 09:56:24 mcummings Exp $ +# $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 $ inherit perl-module @@ -11,7 +11,7 @@ HOMEPAGE="http://search.cpan.org/~mcvella/${P}" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc" +KEYWORDS="x86 sparc amd64" RDEPEND="dev-perl/WWW-Mechanize dev-perl/Class-MethodMaker" |