diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-03-05 12:57:59 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-03-05 12:57:59 +0000 |
commit | c6775d897410b728cedd88a1ee51d8539b810717 (patch) | |
tree | 993b0867fb06f7fa2af06c683266341fd52e6c85 /dev-perl/string-crc32 | |
parent | Enable resample functionality. (diff) | |
download | historical-c6775d897410b728cedd88a1ee51d8539b810717.tar.gz historical-c6775d897410b728cedd88a1ee51d8539b810717.tar.bz2 historical-c6775d897410b728cedd88a1ee51d8539b810717.zip |
Stable on x86, bug #169152.
Package-Manager: portage-2.1.2-r11
Diffstat (limited to 'dev-perl/string-crc32')
-rw-r--r-- | dev-perl/string-crc32/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/string-crc32/string-crc32-1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/string-crc32/ChangeLog b/dev-perl/string-crc32/ChangeLog index 0fe8abce65a9..562d2cc70257 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.25 2006/11/23 19:48:37 dertobi123 Exp $ +# 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 $ + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> string-crc32-1.4.ebuild: + Stable on x86, bug #169152. 23 Nov 2006; Tobias Scherbaum <dertobi123@gentoo.org> 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 9b990c0d507e..5366206dd34b 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 +# 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.11 2006/11/23 19:48:37 dertobi123 Exp $ +# $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 $ 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} |