diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-11-28 13:28:24 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-11-28 13:28:24 +0000 |
commit | 96b8b3ae10e406924f5e8a74e62f4273473679df (patch) | |
tree | 2d50675497bd4da0911b73889e510846d857159b /perl-core | |
parent | fix find call for bsd find compatibility, bug #236067 (diff) | |
download | gentoo-2-96b8b3ae10e406924f5e8a74e62f4273473679df.tar.gz gentoo-2-96b8b3ae10e406924f5e8a74e62f4273473679df.tar.bz2 gentoo-2-96b8b3ae10e406924f5e8a74e62f4273473679df.zip |
keyword ~x86-fbsd, bug #247887
(Portage version: 2.2_rc16/cvs/Linux 2.6.27.7 x86_64)
Diffstat (limited to 'perl-core')
-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 367ffa5b867f..87e89739f533 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.17 2008/11/21 08:19:14 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.18 2008/11/28 13:28:24 aballier Exp $ + + 28 Nov 2008; Alexis Ballier <aballier@gentoo.org> Digest-MD5-2.38.ebuild: + keyword ~x86-fbsd, bug #247887 *Digest-MD5-2.38 (21 Nov 2008) diff --git a/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild index 4ca46fbad1fa..cf7e1bf2fed2 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.1 2008/11/21 08:19:14 tove Exp $ +# $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 $ 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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="dev-lang/perl |