diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-02-18 20:32:37 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-02-18 20:32:37 +0000 |
commit | e043c70f4e88d73e4b0da30cfe3cad94bd3d4a5e (patch) | |
tree | baebe3267d854f1b8ca5cf37c536ee90cf9f2775 /dev-perl/Crypt-DES | |
parent | Version bump, bug #305715, thank Dani Soufi for report. Drop old. (diff) | |
download | historical-e043c70f4e88d73e4b0da30cfe3cad94bd3d4a5e.tar.gz historical-e043c70f4e88d73e4b0da30cfe3cad94bd3d4a5e.tar.bz2 historical-e043c70f4e88d73e4b0da30cfe3cad94bd3d4a5e.zip |
Add ~arm kw for bug 305631
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Crypt-DES')
-rw-r--r-- | dev-perl/Crypt-DES/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Crypt-DES/ChangeLog b/dev-perl/Crypt-DES/ChangeLog index d41dba670874..1aeabaa53bf7 100644 --- a/dev-perl/Crypt-DES/ChangeLog +++ b/dev-perl/Crypt-DES/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Crypt-DES # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/ChangeLog,v 1.25 2010/01/09 18:27:36 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/ChangeLog,v 1.26 2010/02/18 20:31:33 darkside Exp $ + + 18 Feb 2010; Jeremy Olexa <darkside@gentoo.org> Crypt-DES-2.05.ebuild: + Add ~arm kw for bug 305631 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> Crypt-DES-2.05.ebuild: Transfer Prefix keywords diff --git a/dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild b/dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild index 3634f57fe360..5ae2df75fef9 100644 --- a/dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild +++ b/dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild,v 1.12 2010/01/09 18:27:36 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild,v 1.13 2010/02/18 20:31:33 darkside Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/D/DP/DPARIS/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND=">=dev-lang/perl-5" |