diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-05 00:30:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-05 00:30:06 +0000 |
commit | a9c1c62258d3ef87bcc636c3a7c23bb093e19f2a (patch) | |
tree | 684481c290bc1a9db20a1033946617782f78271c | |
parent | mask libtomcrypt for now #91421 (diff) | |
download | gentoo-2-a9c1c62258d3ef87bcc636c3a7c23bb093e19f2a.tar.gz gentoo-2-a9c1c62258d3ef87bcc636c3a7c23bb093e19f2a.tar.bz2 gentoo-2-a9c1c62258d3ef87bcc636c3a7c23bb093e19f2a.zip |
stabilize
(Portage version: 2.0.51.21)
-rw-r--r-- | dev-libs/libtommath/libtommath-0.35.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libtommath/libtommath-0.35.ebuild b/dev-libs/libtommath/libtommath-0.35.ebuild index 3c060bab3afd..8d2f310ef0de 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.2 2005/03/17 00:43:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.35.ebuild,v 1.3 2005/05/05 00:30:06 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 ~x86" +KEYWORDS="amd64 ppc x86" IUSE="" src_install() { |