diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-06 13:20:51 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-06 13:20:51 +0000 |
commit | e000df62134249727324d29b3384c2010b37f9cf (patch) | |
tree | 09ddfd5ebc5ebd2d820023c837388d94b61a7eee /dev-perl/Crypt-RC4 | |
parent | Read udev.pc pkg-config file for --with-udev= value. (diff) | |
download | gentoo-2-e000df62134249727324d29b3384c2010b37f9cf.tar.gz gentoo-2-e000df62134249727324d29b3384c2010b37f9cf.tar.bz2 gentoo-2-e000df62134249727324d29b3384c2010b37f9cf.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Crypt-RC4')
-rw-r--r-- | dev-perl/Crypt-RC4/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Crypt-RC4/Crypt-RC4-2.020.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Crypt-RC4/ChangeLog b/dev-perl/Crypt-RC4/ChangeLog index f91b34033f94..dfd50a98f0eb 100644 --- a/dev-perl/Crypt-RC4/ChangeLog +++ b/dev-perl/Crypt-RC4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Crypt-RC4 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RC4/ChangeLog,v 1.6 2012/08/02 20:36:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RC4/ChangeLog,v 1.7 2012/08/06 13:20:51 aballier Exp $ + + 06 Aug 2012; Alexis Ballier <aballier@gentoo.org> Crypt-RC4-2.020.0.ebuild: + keyword ~amd64-fbsd 02 Aug 2012; Markus Meier <maekke@gentoo.org> Crypt-RC4-2.020.0.ebuild: add ~arm, bug #428248 diff --git a/dev-perl/Crypt-RC4/Crypt-RC4-2.020.0.ebuild b/dev-perl/Crypt-RC4/Crypt-RC4-2.020.0.ebuild index fb413454163f..3356df9dfa43 100644 --- a/dev-perl/Crypt-RC4/Crypt-RC4-2.020.0.ebuild +++ b/dev-perl/Crypt-RC4/Crypt-RC4-2.020.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RC4/Crypt-RC4-2.020.0.ebuild,v 1.5 2012/08/02 20:36:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RC4/Crypt-RC4-2.020.0.ebuild,v 1.6 2012/08/06 13:20:51 aballier Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="Implements the RC4 encryption algorithm" LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~sparc x86 ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ~sparc x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" SRC_TEST="do" |