diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-19 06:31:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-19 06:31:52 +0000 |
commit | 776755e844ddedba02f377355855195c215e848d (patch) | |
tree | d25b41147f577eb22bc545f2754ffdbf23245e33 /dev-libs/libtommath | |
parent | touchups (diff) | |
download | historical-776755e844ddedba02f377355855195c215e848d.tar.gz historical-776755e844ddedba02f377355855195c215e848d.tar.bz2 historical-776755e844ddedba02f377355855195c215e848d.zip |
IUSE
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r-- | dev-libs/libtommath/libtommath-0.29.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libtommath/libtommath-0.29.ebuild b/dev-libs/libtommath/libtommath-0.29.ebuild index 19faeea1cf32..d8715a74ea6e 100644 --- a/dev-libs/libtommath/libtommath-0.29.ebuild +++ b/dev-libs/libtommath/libtommath-0.29.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/libtommath/libtommath-0.29.ebuild,v 1.2 2004/01/27 03:25:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.29.ebuild,v 1.3 2004/04/19 06:31:52 vapier Exp $ DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications" HOMEPAGE="http://math.libtomcrypt.org/" @@ -9,6 +9,7 @@ SRC_URI="http://math.libtomcrypt.org/files/ltm-${PV}.tar.bz2" LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" src_compile() { emake || die |