diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-11-24 19:54:01 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-11-24 19:54:01 +0000 |
commit | b2ba322bfd185685ff1b5330cf4a411a123c6d91 (patch) | |
tree | 54ce105b9a9b93bc86205c35a9470d62ce5f3c90 /dev-perl/crypt-rsa | |
parent | Stable on alpha, bug #265085 (diff) | |
download | gentoo-2-b2ba322bfd185685ff1b5330cf4a411a123c6d91.tar.gz gentoo-2-b2ba322bfd185685ff1b5330cf4a411a123c6d91.tar.bz2 gentoo-2-b2ba322bfd185685ff1b5330cf4a411a123c6d91.zip |
Stable on alpha, bug #283969
(Portage version: 2.1.7.5/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/crypt-rsa')
-rw-r--r-- | dev-perl/crypt-rsa/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/crypt-rsa/crypt-rsa-1.99.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/crypt-rsa/ChangeLog b/dev-perl/crypt-rsa/ChangeLog index 87625eb10a29..0356b3e2590e 100644 --- a/dev-perl/crypt-rsa/ChangeLog +++ b/dev-perl/crypt-rsa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/crypt-rsa # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/ChangeLog,v 1.37 2009/10/07 22:47:30 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/ChangeLog,v 1.38 2009/11/24 19:54:01 klausman Exp $ + + 24 Nov 2009; Tobias Klausmann <klausman@gentoo.org> crypt-rsa-1.99.ebuild: + Stable on alpha, bug #283969 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> crypt-rsa-1.99.ebuild: stable sparc, bug 283969 diff --git a/dev-perl/crypt-rsa/crypt-rsa-1.99.ebuild b/dev-perl/crypt-rsa/crypt-rsa-1.99.ebuild index 7cb8eab26ffd..7da7a26f179a 100644 --- a/dev-perl/crypt-rsa/crypt-rsa-1.99.ebuild +++ b/dev-perl/crypt-rsa/crypt-rsa-1.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/crypt-rsa-1.99.ebuild,v 1.5 2009/10/07 22:47:30 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-rsa/crypt-rsa-1.99.ebuild,v 1.6 2009/11/24 19:54:01 klausman Exp $ EAPI=2 @@ -13,7 +13,7 @@ inherit perl-module DESCRIPTION="RSA public-key cryptosystem" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~mips ~ppc sparc x86" +KEYWORDS="alpha amd64 hppa ~mips ~ppc sparc x86" IUSE="" DEPEND="dev-perl/class-loader |