diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-04-24 15:54:51 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-04-24 15:54:51 +0000 |
commit | a7687916129c2bfc8d8f5f8f3e3a2a8747f8b238 (patch) | |
tree | f8f6b69de1c2b7d28e9bc7d9f7d4a0eb3f5c11c1 /dev-perl/Crypt-RIPEMD160 | |
parent | Marked ~x86-solaris, bug #296509 (diff) | |
download | gentoo-2-a7687916129c2bfc8d8f5f8f3e3a2a8747f8b238.tar.gz gentoo-2-a7687916129c2bfc8d8f5f8f3e3a2a8747f8b238.tar.bz2 gentoo-2-a7687916129c2bfc8d8f5f8f3e3a2a8747f8b238.zip |
Marked ~x86-solaris, bug #296509
(Portage version: 2.2.01.18252-prefix/cvs/SunOS i386)
Diffstat (limited to 'dev-perl/Crypt-RIPEMD160')
-rw-r--r-- | dev-perl/Crypt-RIPEMD160/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Crypt-RIPEMD160/ChangeLog b/dev-perl/Crypt-RIPEMD160/ChangeLog index 59765f30ea2d..a3599dce58cf 100644 --- a/dev-perl/Crypt-RIPEMD160/ChangeLog +++ b/dev-perl/Crypt-RIPEMD160/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Crypt-RIPEMD160 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.22 2011/04/11 13:06:36 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.23 2011/04/24 15:54:51 grobian Exp $ + + 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> + Crypt-RIPEMD160-0.50.0.ebuild: + Marked ~x86-solaris, bug #296509 11 Apr 2011; Torsten Veller <tove@gentoo.org> Crypt-RIPEMD160-0.50.0.ebuild: Fix MODULE_AUTHOR (#363097). Thanks to Denis Sokolovsky diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild index 69cc34465204..8bf2f5e25909 100644 --- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild +++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v 1.2 2011/04/11 13:06:36 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v 1.3 2011/04/24 15:54:51 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Crypt::RIPEMD160 module for perl" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" export OPTIMIZE="$CFLAGS" |