diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-21 18:58:14 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-21 18:58:14 +0000 |
commit | 520f2067dffa01c1bc7d65c7c726295f84e91a69 (patch) | |
tree | 5d3c48da5e36a837d6783fcb2d55d808efeec873 /dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild | |
parent | Use correct USE flag for bmp. (diff) | |
download | gentoo-2-520f2067dffa01c1bc7d65c7c726295f84e91a69.tar.gz gentoo-2-520f2067dffa01c1bc7d65c7c726295f84e91a69.tar.bz2 gentoo-2-520f2067dffa01c1bc7d65c7c726295f84e91a69.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild')
-rw-r--r-- | dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild index ec0c61fc5cee..2a5b3730d16c 100644 --- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild +++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.04.ebuild,v 1.7 2004/10/16 23:57:20 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild,v 1.8 2005/04/21 18:55:55 hansmi Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://cpan.pair.com/authors/id/C/CH/CHGEUER/${P}.tar.gz" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 amd64 ~ppc sparc alpha" +KEYWORDS="x86 amd64 ppc sparc alpha" IUSE="" export OPTIMIZE="$CFLAGS" |