diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-10-25 12:08:47 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-10-25 12:08:47 +0000 |
commit | 8f57f4aa4f9ffa356e84751170af9e4c5ddc80be (patch) | |
tree | d6c76ec308dae1f494c61f47ad5a9e53f12557e6 /dev-perl/string-crc32 | |
parent | Added ~sparc-fbsd keyword. (diff) | |
download | gentoo-2-8f57f4aa4f9ffa356e84751170af9e4c5ddc80be.tar.gz gentoo-2-8f57f4aa4f9ffa356e84751170af9e4c5ddc80be.tar.bz2 gentoo-2-8f57f4aa4f9ffa356e84751170af9e4c5ddc80be.zip |
Added ~sparc-fbsd keyword.
(Portage version: 2.1.2_pre3-r8)
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 3890214c9836..0a048240784f 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.23 2006/10/20 17:55:59 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/ChangeLog,v 1.24 2006/10/25 12:08:47 uberlord Exp $ + + 25 Oct 2006; Roy Marples <uberlord@gentoo.org> string-crc32-1.4.ebuild: + Added ~sparc-fbsd keyword 20 Oct 2006; Michael Cummings <mcummings@gentoo.org> string-crc32-1.2.ebuild, -string-crc32-1.3.ebuild, diff --git a/dev-perl/string-crc32/string-crc32-1.4.ebuild b/dev-perl/string-crc32/string-crc32-1.4.ebuild index 53a3a7d7ea59..e6773fff7feb 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.8 2006/10/20 17:55:59 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.4.ebuild,v 1.9 2006/10/25 12:08:47 uberlord 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 ~sparc-fbsd ~x86" IUSE="" |