summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-10 02:15:25 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-10 02:15:25 +0000
commit6bd0f443164ec1df1951f175bd8138cdea15eee5 (patch)
treec9b6e81c89d5f0a098372fcc28192fab580ca917 /dev-libs/libtommath
parentFix by solar to prevent stack overflow in build util #99487. (diff)
downloadhistorical-6bd0f443164ec1df1951f175bd8138cdea15eee5.tar.gz
historical-6bd0f443164ec1df1951f175bd8138cdea15eee5.tar.bz2
historical-6bd0f443164ec1df1951f175bd8138cdea15eee5.zip
make sure to use IGNORE_SPEED
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r--dev-libs/libtommath/Manifest8
-rw-r--r--dev-libs/libtommath/libtommath-0.36.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/libtommath/Manifest b/dev-libs/libtommath/Manifest
index da15c0593ac2..f6a866f18a32 100644
--- a/dev-libs/libtommath/Manifest
+++ b/dev-libs/libtommath/Manifest
@@ -2,7 +2,7 @@
Hash: SHA1
MD5 1975fddb3dc5a2ef223a6fd719dc9523 metadata.xml 2651
-MD5 ac8cfe7a9b03038c8953cd404c0923d8 libtommath-0.36.ebuild 607
+MD5 8cabbaeecea1a719e3cdbff6596fbb08 libtommath-0.36.ebuild 655
MD5 87523239a8e9209fca019fb62dc7444a libtommath-0.35.ebuild 604
MD5 0ecd9332517c47af301bcd99bb80621e ChangeLog 1648
MD5 04ebd08cc7e4122c2e5ef0118959c176 files/digest-libtommath-0.35 62
@@ -10,7 +10,7 @@ MD5 83cd756148c5260fa077190d61ab987b files/digest-libtommath-0.36 62
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFC+WMwgIKl8Uu19MoRAvUvAJ48ymVVV7JS50kXxNL+EBQCmtyyAgCdGoUd
-2TGPNkikAd0CFN4XZFkP0v4=
-=P9z0
+iD8DBQFC+WNdgIKl8Uu19MoRAiPqAJ4stgu1sVmd+mMVb9QOW8I87zY92wCcCxLh
+7n6kAfPV5Cj3twlU+IxSOhM=
+=Polw
-----END PGP SIGNATURE-----
diff --git a/dev-libs/libtommath/libtommath-0.36.ebuild b/dev-libs/libtommath/libtommath-0.36.ebuild
index d079c46c659a..52f8d35742e8 100644
--- a/dev-libs/libtommath/libtommath-0.36.ebuild
+++ b/dev-libs/libtommath/libtommath-0.36.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.36.ebuild,v 1.1 2005/08/10 02:14:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.36.ebuild,v 1.2 2005/08/10 02:15:25 vapier Exp $
DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
HOMEPAGE="http://math.libtomcrypt.org/"
@@ -11,6 +11,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
+src_compile() {
+ emake IGNORE_SPEED=1 || die
+}
+
src_install() {
make install DESTDIR="${D}" || die
dodoc changes.txt *.pdf