diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-12-14 14:54:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-12-14 14:54:04 +0000 |
commit | 8e781125bd03999c0b8e5488afc2b02b2134e9d8 (patch) | |
tree | ec69bb5bd6584c11c6f123fe52d5382fd62d7780 /perl-core/Digest-MD5 | |
parent | Link with -lz (#248204). (diff) | |
download | gentoo-2-8e781125bd03999c0b8e5488afc2b02b2134e9d8.tar.gz gentoo-2-8e781125bd03999c0b8e5488afc2b02b2134e9d8.tar.bz2 gentoo-2-8e781125bd03999c0b8e5488afc2b02b2134e9d8.zip |
keyword ~sparc-fbsd
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'perl-core/Digest-MD5')
-rw-r--r-- | perl-core/Digest-MD5/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Digest-MD5/Digest-MD5-2.38.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Digest-MD5/ChangeLog b/perl-core/Digest-MD5/ChangeLog index 87e89739f533..6f846fdf0be1 100644 --- a/perl-core/Digest-MD5/ChangeLog +++ b/perl-core/Digest-MD5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Digest-MD5 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.18 2008/11/28 13:28:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.19 2008/12/14 14:54:04 aballier Exp $ + + 14 Dec 2008; Alexis Ballier <aballier@gentoo.org> Digest-MD5-2.38.ebuild: + keyword ~sparc-fbsd 28 Nov 2008; Alexis Ballier <aballier@gentoo.org> Digest-MD5-2.38.ebuild: keyword ~x86-fbsd, bug #247887 diff --git a/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild index cf7e1bf2fed2..e8550ca257c1 100644 --- a/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild +++ b/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild,v 1.2 2008/11/28 13:28:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild,v 1.3 2008/12/14 14:54:04 aballier Exp $ MODULE_AUTHOR=GAAS inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="MD5 message digest algorithm" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-lang/perl |