diff options
author | 2011-04-24 16:10:42 +0000 | |
---|---|---|
committer | 2011-04-24 16:10:42 +0000 | |
commit | 184e7e0aeb45d5339a0de01a1eca210d8c5e5a54 (patch) | |
tree | 76da52d59052146b50e04b5f679af57f769312f6 /dev-perl/Crypt-Twofish | |
parent | Marked ~x86-solaris, bug #296509 (diff) | |
download | historical-184e7e0aeb45d5339a0de01a1eca210d8c5e5a54.tar.gz historical-184e7e0aeb45d5339a0de01a1eca210d8c5e5a54.tar.bz2 historical-184e7e0aeb45d5339a0de01a1eca210d8c5e5a54.zip |
Marked ~x86-solaris, bug #296509
Package-Manager: portage-2.2.01.18252-prefix/cvs/SunOS i386
Diffstat (limited to 'dev-perl/Crypt-Twofish')
-rw-r--r-- | dev-perl/Crypt-Twofish/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Crypt-Twofish/ChangeLog b/dev-perl/Crypt-Twofish/ChangeLog index 19f77ec73a30..4afdd9998198 100644 --- a/dev-perl/Crypt-Twofish/ChangeLog +++ b/dev-perl/Crypt-Twofish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Crypt-Twofish -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.14 2010/08/15 17:18:34 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.15 2011/04/24 15:48:25 grobian Exp $ + + 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> Crypt-Twofish-2.14.ebuild: + Marked ~x86-solaris, bug #296509 15 Aug 2010; Torsten Veller <tove@gentoo.org> -Crypt-Twofish-2.12.ebuild, -Crypt-Twofish-2.13.ebuild: diff --git a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild index 7e5409293872..ec3137350153 100644 --- a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild +++ b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild,v 1.3 2010/06/20 18:34:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/Crypt-Twofish-2.14.ebuild,v 1.4 2011/04/24 15:48:25 grobian Exp $ EAPI=3 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="The Twofish Encryption Algorithm" SLOT="0" -KEYWORDS="amd64 ia64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ia64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" SRC_TEST="do" |