diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-19 06:32:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-19 06:32:35 +0000 |
commit | 81304f43798344df9251c8f850c9dbbbc8176cf5 (patch) | |
tree | 2e47cdd9a5a583660217468381c95a7785a22c15 /dev-libs/libtomcrypt | |
parent | touchups (diff) | |
download | gentoo-2-81304f43798344df9251c8f850c9dbbbc8176cf5.tar.gz gentoo-2-81304f43798344df9251c8f850c9dbbbc8176cf5.tar.bz2 gentoo-2-81304f43798344df9251c8f850c9dbbbc8176cf5.zip |
IUSE
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-0.93.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.93.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.93.ebuild index acb4947b24d8..55a3811bf05a 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-0.93.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-0.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.93.ebuild,v 1.2 2004/01/27 03:24:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.93.ebuild,v 1.3 2004/04/19 06:31:52 vapier Exp $ inherit eutils @@ -11,9 +11,11 @@ SRC_URI="http://libtomcrypt.org/files/crypt-${PV}.tar.bz2" LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" src_unpack() { - unpack ${A} ; cd ${S} + unpack ${A} + cd ${S} epatch ${FILESDIR}/${PV}-doc-fix.patch epatch ${FILESDIR}/ocb.c.patch } |