diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-18 02:16:09 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-18 02:16:09 +0000 |
commit | 5b7f75cadd4b9e16a4900b02ffc0cb8d8bd4917e (patch) | |
tree | f1982063fdcdf52f0a703a3748f77bb207719d13 /dev-perl/string-crc32 | |
parent | Marking amd64 stable (diff) | |
download | gentoo-2-5b7f75cadd4b9e16a4900b02ffc0cb8d8bd4917e.tar.gz gentoo-2-5b7f75cadd4b9e16a4900b02ffc0cb8d8bd4917e.tar.bz2 gentoo-2-5b7f75cadd4b9e16a4900b02ffc0cb8d8bd4917e.zip |
Marking amd64 stable
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/string-crc32')
-rw-r--r-- | dev-perl/string-crc32/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/string-crc32/string-crc32-1.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/string-crc32/ChangeLog b/dev-perl/string-crc32/ChangeLog index 9cd48bf460e3..69bbef3fd9dc 100644 --- a/dev-perl/string-crc32/ChangeLog +++ b/dev-perl/string-crc32/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/string-crc32 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.21 2006/08/06 03:09:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.22 2006/08/18 02:16:09 mcummings Exp $ + + 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> + string-crc32-1.4.ebuild: + Marking amd64 stable 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> string-crc32-1.2.ebuild, string-crc32-1.3.ebuild, string-crc32-1.4.ebuild: diff --git a/dev-perl/string-crc32/string-crc32-1.4.ebuild b/dev-perl/string-crc32/string-crc32-1.4.ebuild index 24d628776036..e275bbe802d4 100644 --- a/dev-perl/string-crc32/string-crc32-1.4.ebuild +++ b/dev-perl/string-crc32/string-crc32-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.4.ebuild,v 1.6 2006/08/06 03:09:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.4.ebuild,v 1.7 2006/08/18 02:16:09 mcummings Exp $ inherit perl-module @@ -12,7 +12,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/S/SO/SOENKE/${MY_P}.readme" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86" IUSE="" |