diff options
author | 2007-04-16 07:18:36 +0000 | |
---|---|---|
committer | 2007-04-16 07:18:36 +0000 | |
commit | f2c89ac72e71203f90954e9250253ac5b2cd2404 (patch) | |
tree | 115af2a0f1695ee18365311b9d137296d6b42b50 /dev-perl/string-crc32 | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-f2c89ac72e71203f90954e9250253ac5b2cd2404.tar.gz gentoo-2-f2c89ac72e71203f90954e9250253ac5b2cd2404.tar.bz2 gentoo-2-f2c89ac72e71203f90954e9250253ac5b2cd2404.zip |
Stable on ppc64
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-perl/string-crc32')
-rw-r--r-- | dev-perl/string-crc32/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/string-crc32/string-crc32-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/string-crc32/ChangeLog b/dev-perl/string-crc32/ChangeLog index 562d2cc70257..97817b317bc9 100644 --- a/dev-perl/string-crc32/ChangeLog +++ b/dev-perl/string-crc32/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/string-crc32 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.26 2007/03/05 12:56:09 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.27 2007/04/16 07:18:36 corsair Exp $ + + 16 Apr 2007; Markus Rothe <corsair@gentoo.org> string-crc32-1.4.ebuild: + Stable on ppc64 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> string-crc32-1.4.ebuild: Stable on x86, bug #169152. diff --git a/dev-perl/string-crc32/string-crc32-1.4.ebuild b/dev-perl/string-crc32/string-crc32-1.4.ebuild index 5366206dd34b..1d6e01cf2205 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-2007 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.12 2007/03/05 12:56:09 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.4.ebuild,v 1.13 2007/04/16 07:18:36 corsair Exp $ inherit perl-module @@ -11,7 +11,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 arm hppa ia64 ~mips ppc ~ppc64 sh sparc ~sparc-fbsd x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc ~sparc-fbsd x86" IUSE="" S=${WORKDIR}/${MY_P} |