diff options
-rw-r--r-- | dev-perl/Crypt-Twofish/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Crypt-Twofish/ChangeLog b/dev-perl/Crypt-Twofish/ChangeLog index e9f2b21bce7c..36fd1b817e22 100644 --- a/dev-perl/Crypt-Twofish/ChangeLog +++ b/dev-perl/Crypt-Twofish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Crypt-Twofish -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.9 2009/05/11 11:15:45 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.10 2010/01/09 18:50:59 grobian Exp $ + + 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> + Crypt-Twofish-2.13.ebuild: + Transfer Prefix keywords *Crypt-Twofish-2.13 (11 May 2009) diff --git a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild index 185dde05c3e0..a355a3bc8b53 100644 --- a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild +++ b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.13.ebuild,v 1.1 2009/05/11 11:15:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild,v 1.2 2010/01/09 18:50:59 grobian Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="The Twofish Encryption Algorithm" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" SRC_TEST="do" |