diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-30 16:48:43 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-30 16:48:43 +0000 |
commit | b799ffca3892682f9bf654e13e4853ecb9ba4c9a (patch) | |
tree | 842a6ad4b8789a237f7697501602ec4a76140dd7 /dev-perl/string-crc32 | |
parent | Fixing BUG #52389. (diff) | |
download | historical-b799ffca3892682f9bf654e13e4853ecb9ba4c9a.tar.gz historical-b799ffca3892682f9bf654e13e4853ecb9ba4c9a.tar.bz2 historical-b799ffca3892682f9bf654e13e4853ecb9ba4c9a.zip |
Stable on alpha.
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.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/string-crc32/ChangeLog b/dev-perl/string-crc32/ChangeLog index 3bf1a8dffe20..a391d61d8541 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.3 2004/02/26 06:10:42 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.4 2004/05/30 16:43:27 kloeri Exp $ + + 30 May 2004; Bryan Østergaard <kloeri@gentoo.org> string-crc32-1.2.ebuild: + Stable on alpha. 25 Feb 2004; Joshua Kinard <kumba@gentoo.org> string-crc32-1.2.ebuild: Added ~mips to KEYWORDS to satisfy repoman deps. diff --git a/dev-perl/string-crc32/string-crc32-1.2.ebuild b/dev-perl/string-crc32/string-crc32-1.2.ebuild index 26dda424ebcb..3384b49e0ff0 100644 --- a/dev-perl/string-crc32/string-crc32-1.2.ebuild +++ b/dev-perl/string-crc32/string-crc32-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.2.ebuild,v 1.4 2004/02/26 06:10:42 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.2.ebuild,v 1.5 2004/05/30 16:43:27 kloeri Exp $ inherit perl-module @@ -12,4 +12,4 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/S/SO/SOENKE/${MY_P}.readme" LICENSE="Artistic | GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ~amd64 ~mips" +KEYWORDS="x86 ~ppc ~sparc alpha hppa ~amd64 ~mips" |