diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-17 00:43:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-17 00:43:18 +0000 |
commit | cc7bfb1895341b009fb7cc042d0476147494f9f7 (patch) | |
tree | 5e9108759c394b538f16f31dfbf451450e8d3544 /dev-libs/libtommath | |
parent | initial import (diff) | |
download | historical-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.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.35.ebuild | 4 |
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/* } |