diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-02-18 20:31:33 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-02-18 20:31:33 +0000 |
commit | 5ff92d1b30cb7e42325694fd9e47b6e5b099bd69 (patch) | |
tree | ab9515636566a0882ae616b821a799d9d4d2d7e5 /dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild | |
parent | Add ~arm kw for bug 305631 (diff) | |
download | gentoo-2-5ff92d1b30cb7e42325694fd9e47b6e5b099bd69.tar.gz gentoo-2-5ff92d1b30cb7e42325694fd9e47b6e5b099bd69.tar.bz2 gentoo-2-5ff92d1b30cb7e42325694fd9e47b6e5b099bd69.zip |
Add ~arm kw for bug 305631
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild')
-rw-r--r-- | dev-perl/Crypt-DES/Crypt-DES-2.05.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |