diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 22:34:45 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 22:34:45 +0000 |
commit | 1cecb4c70d65355816bfc2546c2f1cada1b3520b (patch) | |
tree | 95e361dc38855bf1bb8381241aee0420a0e39e7f /dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild | |
parent | Add DEPEND on app-arch/unzip (diff) | |
download | gentoo-2-1cecb4c70d65355816bfc2546c2f1cada1b3520b.tar.gz gentoo-2-1cecb4c70d65355816bfc2546c2f1cada1b3520b.tar.bz2 gentoo-2-1cecb4c70d65355816bfc2546c2f1cada1b3520b.zip |
Add DEPEND on app-arch/unzip
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild')
-rw-r--r-- | dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild index 20c39a1b5c8e..f7d1128f3c8e 100644 --- a/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild +++ b/dev-libs/tomsfastmath/tomsfastmath-0.05.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/tomsfastmath/tomsfastmath-0.05.ebuild,v 1.2 2006/03/04 02:25:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild,v 1.3 2006/03/19 22:34:45 halcy0n Exp $ DESCRIPTION="portable fixed precision math library geared towards doing one thing very fast" HOMEPAGE="http://libtomcrypt.org/tfm/" @@ -10,6 +10,8 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="amd64 arm ppc x86" IUSE="" +DEPEND="app-arch/unzip" +RDEPEND="" src_compile() { emake IGNORE_SPEED=1 || die |