diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-17 00:07:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-17 00:07:00 +0000 |
commit | cb0e3cf3b1e554f872d120af463eac5238dfcc67 (patch) | |
tree | e8814425d3289718d76f6e68f5db60ddb1769600 /dev-libs/libtommath | |
parent | old (diff) | |
download | historical-cb0e3cf3b1e554f872d120af463eac5238dfcc67.tar.gz historical-cb0e3cf3b1e554f872d120af463eac5238dfcc67.tar.bz2 historical-cb0e3cf3b1e554f872d120af463eac5238dfcc67.zip |
stabilize
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r-- | dev-libs/libtommath/libtommath-0.30.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/dev-libs/libtommath/libtommath-0.30.ebuild b/dev-libs/libtommath/libtommath-0.30.ebuild index f9750343c70c..2bd7a5e5e194 100644 --- a/dev-libs/libtommath/libtommath-0.30.ebuild +++ b/dev-libs/libtommath/libtommath-0.30.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.3 2004/08/28 13:09:34 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.30.ebuild,v 1.4 2005/03/17 00:07:00 vapier Exp $ DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications" HOMEPAGE="http://math.libtomcrypt.org/" @@ -8,15 +8,11 @@ SRC_URI="http://math.libtomcrypt.org/files/ltm-${PV}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 ppc ~amd64" +KEYWORDS="amd64 ppc x86" IUSE="" -src_compile() { - emake || die -} - src_install() { - emake install DESTDIR=${D} || die + emake install DESTDIR="${D}" || die dodoc changes.txt *.pdf docinto demo ; dodoc demo/* } |