summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-01 04:44:24 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-01 04:44:24 +0000
commitd370bbdf8efe665c3eafdd1df5429da9e37e14a3 (patch)
tree33997f8723b4de49a988f7b48b50f8a998589284 /dev-libs/gmp
parent*** empty log message *** (diff)
downloadgentoo-2-d370bbdf8efe665c3eafdd1df5429da9e37e14a3.tar.gz
gentoo-2-d370bbdf8efe665c3eafdd1df5429da9e37e14a3.tar.bz2
gentoo-2-d370bbdf8efe665c3eafdd1df5429da9e37e14a3.zip
Added dependencies
Diffstat (limited to 'dev-libs/gmp')
-rw-r--r--dev-libs/gmp/gmp-3.1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-libs/gmp/gmp-3.1.ebuild b/dev-libs/gmp/gmp-3.1.ebuild
index 8ade6e26014c..2f0a425e0b3f 100644
--- a/dev-libs/gmp/gmp-3.1.ebuild
+++ b/dev-libs/gmp/gmp-3.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-3.1.ebuild,v 1.3 2000/10/04 16:04:34 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-3.1.ebuild,v 1.4 2000/11/01 04:44:15 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,6 +9,7 @@ DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational nu
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gmp/${A}
ftp://prep.ai.mit.edu/gnu/gmp/${A}"
HOMEPAGE="http://www.gnu.org/software/gmp/gmp.html"
+DEPEND=">=sys-libs/glibc-2.1.3"
src_unpack() {
unpack ${A}
@@ -25,8 +26,10 @@ src_install() {
try make prefix=${D}/usr install
prepinfo
dodoc AUTHORS ChangeLog COPYING* NEWS README
+ dodoc doc/assembly_code doc/configuration
+ dodoc doc/isa_abi_headache doc/multiplication
docinto html
- dodoc projects/*.html
+ dodoc doc/*.html
}