diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2005-02-05 14:25:29 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2005-02-05 14:25:29 +0000 |
commit | 84ea81a87d222b022e1ba7704317197aeba4b465 (patch) | |
tree | 96cb4097beaf68c96ade9ea6fdaf9bb93143c060 /dev-perl/Regexp-Shellish | |
parent | Keywords ~amd64. (diff) | |
download | gentoo-2-84ea81a87d222b022e1ba7704317197aeba4b465.tar.gz gentoo-2-84ea81a87d222b022e1ba7704317197aeba4b465.tar.bz2 gentoo-2-84ea81a87d222b022e1ba7704317197aeba4b465.zip |
Keywords ~amd64.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-perl/Regexp-Shellish')
-rw-r--r-- | dev-perl/Regexp-Shellish/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Regexp-Shellish/ChangeLog b/dev-perl/Regexp-Shellish/ChangeLog index 8c3b255fa9ee..71b7f75c2930 100644 --- a/dev-perl/Regexp-Shellish/ChangeLog +++ b/dev-perl/Regexp-Shellish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Regexp-Shellish -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.3 2004/12/23 16:26:39 nigoro Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.4 2005/02/05 14:23:26 absinthe Exp $ + + 05 Feb 2005; Dylan Carlson <absinthe@gentoo.org> + Regexp-Shellish-0.93.ebuild: + Keywords ~amd64. 24 Dec 2004; Yuta SATOH <nigoro@gentoo.org> Regexp-Shellish-0.93.ebuild: added ~ppc64 diff --git a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild index 6b4a1d5286de..70f2b1db49fa 100644 --- a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild +++ b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild,v 1.5 2004/12/23 16:26:39 nigoro Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild,v 1.6 2005/02/05 14:23:26 absinthe Exp $ inherit perl-module @@ -10,5 +10,5 @@ SRC_URI="http://www.cpan.org/modules/by-authors/id/R/RB/RBS/${P}.tar.gz" SLOT="0" LICENSE="Artistic" SRC_TEST="do" -KEYWORDS="~alpha ~mips ~ppc ~sparc x86 ~ppc64" +KEYWORDS="~alpha ~mips ~ppc ~sparc x86 ~ppc64 ~amd64" IUSE="" |