summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-17 00:43:18 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-17 00:43:18 +0000
commitcc7bfb1895341b009fb7cc042d0476147494f9f7 (patch)
tree5e9108759c394b538f16f31dfbf451450e8d3544 /dev-libs/libtommath
parentinitial import (diff)
downloadhistorical-cc7bfb1895341b009fb7cc042d0476147494f9f7.tar.gz
historical-cc7bfb1895341b009fb7cc042d0476147494f9f7.tar.bz2
historical-cc7bfb1895341b009fb7cc042d0476147494f9f7.zip
emake -> make for install
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r--dev-libs/libtommath/libtommath-0.30.ebuild4
-rw-r--r--dev-libs/libtommath/libtommath-0.35.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libtommath/libtommath-0.30.ebuild b/dev-libs/libtommath/libtommath-0.30.ebuild
index 2bd7a5e5e194..90ed88aad5d9 100644
--- a/dev-libs/libtommath/libtommath-0.30.ebuild
+++ b/dev-libs/libtommath/libtommath-0.30.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.30.ebuild,v 1.4 2005/03/17 00:07:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.30.ebuild,v 1.5 2005/03/17 00:43:10 vapier Exp $
DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
HOMEPAGE="http://math.libtomcrypt.org/"
@@ -12,7 +12,7 @@ KEYWORDS="amd64 ppc x86"
IUSE=""
src_install() {
- emake install DESTDIR="${D}" || die
+ make install DESTDIR="${D}" || die
dodoc changes.txt *.pdf
docinto demo ; dodoc demo/*
}
diff --git a/dev-libs/libtommath/libtommath-0.35.ebuild b/dev-libs/libtommath/libtommath-0.35.ebuild
index 5eb7b50df0f5..3c060bab3afd 100644
--- a/dev-libs/libtommath/libtommath-0.35.ebuild
+++ b/dev-libs/libtommath/libtommath-0.35.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.35.ebuild,v 1.1 2005/03/17 00:08:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.35.ebuild,v 1.2 2005/03/17 00:43:10 vapier Exp $
DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
HOMEPAGE="http://math.libtomcrypt.org/"
@@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
src_install() {
- emake install DESTDIR="${D}" || die
+ make install DESTDIR="${D}" || die
dodoc changes.txt *.pdf
docinto demo ; dodoc demo/*
}