diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-12-21 15:48:14 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-12-21 15:48:14 +0000 |
commit | 475502469b2572666e18462e71015596f1a4c94f (patch) | |
tree | 1a7f4cc91e2eb93e750a648fcd9cae8f2f571601 /dev-perl/crypt-dsa | |
parent | Fix building with -Wl,--as-needed wrt #247514 by Kacper Kowalik. (diff) | |
download | gentoo-2-475502469b2572666e18462e71015596f1a4c94f.tar.gz gentoo-2-475502469b2572666e18462e71015596f1a4c94f.tar.bz2 gentoo-2-475502469b2572666e18462e71015596f1a4c94f.zip |
Add ~sparc wrt #284740
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/crypt-dsa')
-rw-r--r-- | dev-perl/crypt-dsa/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/crypt-dsa/crypt-dsa-1.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/crypt-dsa/ChangeLog b/dev-perl/crypt-dsa/ChangeLog index 239dda517997..37ab20ef8cb6 100644 --- a/dev-perl/crypt-dsa/ChangeLog +++ b/dev-perl/crypt-dsa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/crypt-dsa # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-dsa/ChangeLog,v 1.23 2009/09/30 18:14:51 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-dsa/ChangeLog,v 1.24 2009/12/21 15:48:14 armin76 Exp $ + + 21 Dec 2009; Raúl Porcel <armin76@gentoo.org> crypt-dsa-1.16.ebuild: + Add ~sparc wrt #284740 30 Sep 2009; Tobias Klausmann <klausman@gentoo.org> crypt-dsa-1.16.ebuild: Keyworded on alpha, bug #284740 diff --git a/dev-perl/crypt-dsa/crypt-dsa-1.16.ebuild b/dev-perl/crypt-dsa/crypt-dsa-1.16.ebuild index 8b46e2541789..1700559590e4 100644 --- a/dev-perl/crypt-dsa/crypt-dsa-1.16.ebuild +++ b/dev-perl/crypt-dsa/crypt-dsa-1.16.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-dsa/crypt-dsa-1.16.ebuild,v 1.2 2009/09/30 18:14:51 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-dsa/crypt-dsa-1.16.ebuild,v 1.3 2009/12/21 15:48:14 armin76 Exp $ EAPI=2 @@ -13,7 +13,7 @@ inherit perl-module DESCRIPTION="DSA Signatures and Key Generation" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" IUSE="test" RDEPEND="dev-perl/data-buffer |