summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild3
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
}