diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-23 16:20:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-23 16:20:15 +0000 |
commit | 76bf494bf32744152e9113208645bd26f8a59cdf (patch) | |
tree | 44106c180db78adff2ff135d9ef1ad47e6963811 /dev-libs/libtomcrypt | |
parent | arm love (diff) | |
download | historical-76bf494bf32744152e9113208645bd26f8a59cdf.tar.gz historical-76bf494bf32744152e9113208645bd26f8a59cdf.tar.bz2 historical-76bf494bf32744152e9113208645bd26f8a59cdf.zip |
cleanup #124838
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild index 4af666962491..abdb9964b388 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild,v 1.3 2006/03/04 02:26:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild,v 1.4 2006/09/23 16:20:15 vapier Exp $ inherit eutils flag-o-matic @@ -31,7 +31,6 @@ src_unpack() { src_compile() { use libtommath && append-flags -DLTM_DESC use tomsfastmath && append-flags -DTFM_DESC - ! use libtommath && ! use tomsfastmath && append-flags -DLTM_DESC emake IGNORE_SPEED=1 || die } |