summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-03 03:24:04 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-03 03:24:04 +0000
commitea464b2b9ac35f055acc9f7da93dee1e70078a23 (patch)
tree7a8016a35b75c4666b4787e70df30974d1b6547f /dev-libs/libtommath
parent(#6065) NULL-terminate options list to avoid segfaults when loading the drive... (diff)
downloadhistorical-ea464b2b9ac35f055acc9f7da93dee1e70078a23.tar.gz
historical-ea464b2b9ac35f055acc9f7da93dee1e70078a23.tar.bz2
historical-ea464b2b9ac35f055acc9f7da93dee1e70078a23.zip
stabilize
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r--dev-libs/libtommath/libtommath-0.36.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libtommath/libtommath-0.36.ebuild b/dev-libs/libtommath/libtommath-0.36.ebuild
index af21ff7646d8..d74a0558daac 100644
--- a/dev-libs/libtommath/libtommath-0.36.ebuild
+++ b/dev-libs/libtommath/libtommath-0.36.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.36.ebuild,v 1.3 2005/10/11 18:39:17 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.36.ebuild,v 1.4 2006/03/03 03:24:04 vapier Exp $
DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
HOMEPAGE="http://math.libtomcrypt.org/"
@@ -8,7 +8,7 @@ SRC_URI="http://math.libtomcrypt.org/files/ltm-${PV}.tar.bz2"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86"
+KEYWORDS="amd64 ppc ~ppc-macos x86"
IUSE=""
src_compile() {