summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bouyer <stubear@gentoo.org>2002-08-01 15:28:34 +0000
committerStuart Bouyer <stubear@gentoo.org>2002-08-01 15:28:34 +0000
commitf6f4b698c974817d201653b434895485d5507c25 (patch)
tree99891f73b7efe6ce75c91a89195ab8030d1f19c7 /dev-libs/gmp
parentMDK (diff)
downloadhistorical-f6f4b698c974817d201653b434895485d5507c25.tar.gz
historical-f6f4b698c974817d201653b434895485d5507c25.tar.bz2
historical-f6f4b698c974817d201653b434895485d5507c25.zip
changed emake to make
Diffstat (limited to 'dev-libs/gmp')
-rw-r--r--dev-libs/gmp/gmp-4.1-r1.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-libs/gmp/gmp-4.1-r1.ebuild b/dev-libs/gmp/gmp-4.1-r1.ebuild
index 8e51583b0d42..03a3850bf20e 100644
--- a/dev-libs/gmp/gmp-4.1-r1.ebuild
+++ b/dev-libs/gmp/gmp-4.1-r1.ebuild
@@ -1,14 +1,19 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.1-r1.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.1-r1.ebuild,v 1.3 2002/08/01 15:28:34 stubear Exp $
DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers"
SRC_URI="ftp://prep.ai.mit.edu/gnu/gmp/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/gmp/gmp.html"
+KEYWORDS="x86"
+SLOT="0"
+LICENSE="LGPL-2"
DEPEND="virtual/glibc
>=sys-devel/m4-1.4p"
RDEPEND="virtual/glibc"
+
+
src_unpack() {
unpack ${A}
cd ${S}
@@ -29,7 +34,7 @@ src_compile() {
--enable-mpbsd \
--enable-mpfr || die "configure failed"
- emake || die "make failed"
+ make || die "make failed"
}
src_install() {