diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-11-23 19:48:37 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-11-23 19:48:37 +0000 |
commit | 43a57ae7a5a23e658ff07fb2d65d9849a544b76d (patch) | |
tree | c641320fb2afba50e7b8eaa879a1bd08266f00f8 /dev-perl/string-crc32 | |
parent | dev-db/mysql => virtual/mysql (diff) | |
download | gentoo-2-43a57ae7a5a23e658ff07fb2d65d9849a544b76d.tar.gz gentoo-2-43a57ae7a5a23e658ff07fb2d65d9849a544b76d.tar.bz2 gentoo-2-43a57ae7a5a23e658ff07fb2d65d9849a544b76d.zip |
ppc stable
(Portage version: 2.1.1-r2)
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 0a048240784f..0fe8abce65a9 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.24 2006/10/25 12:08:47 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.25 2006/11/23 19:48:37 dertobi123 Exp $ + + 23 Nov 2006; Tobias Scherbaum <dertobi123@gentoo.org> + string-crc32-1.4.ebuild: + ppc stable 25 Oct 2006; Roy Marples <uberlord@gentoo.org> string-crc32-1.4.ebuild: Added ~sparc-fbsd keyword diff --git a/dev-perl/string-crc32/string-crc32-1.4.ebuild b/dev-perl/string-crc32/string-crc32-1.4.ebuild index 0afb830617fa..9b990c0d507e 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.10 2006/11/12 03:41:47 vapier Exp $ +# $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 $ 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} |