diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:07:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:07:25 +0000 |
commit | f8c8329bdbcc4f260d059a630854f4e3b9c3614d (patch) | |
tree | ddcc732875d4a813a9bf40c55b9824194803f1ef /dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-f8c8329bdbcc4f260d059a630854f4e3b9c3614d.tar.gz gentoo-2-f8c8329bdbcc4f260d059a630854f4e3b9c3614d.tar.bz2 gentoo-2-f8c8329bdbcc4f260d059a630854f4e3b9c3614d.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild')
-rw-r--r-- | dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild index 72fb5bc2d7ba..42b9f95becb2 100644 --- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild +++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 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.03-r2.ebuild,v 1.14 2004/06/25 00:18:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild,v 1.15 2004/07/14 17:07:25 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Crypt::RIPEMD160 module for perl" HOMEPAGE="http://www.cpan.org/authors/id/C/CH/CHGEUER/" SRC_URI="http://www.cpan.org/authors/id/C/CH/CHGEUER/${P}.tar.gz" @@ -12,5 +11,6 @@ SRC_URI="http://www.cpan.org/authors/id/C/CH/CHGEUER/${P}.tar.gz" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 amd64 ppc sparc alpha" +IUSE="" export OPTIMIZE="$CFLAGS" |