summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild6
-rw-r--r--dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild
index 9c45a92002f3..4af666962491 100644
--- a/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild
+++ b/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild,v 1.2 2005/11/02 20:37:20 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild,v 1.3 2006/03/04 02:26:05 vapier Exp $
inherit eutils flag-o-matic
@@ -12,7 +12,7 @@ SRC_URI="http://libtomcrypt.org/files/crypt-${PV}.tar.bz2
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
IUSE="doc libtommath tomsfastmath"
RDEPEND="libtommath? ( dev-libs/libtommath )
diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild
index 609fd0b40969..20c39a1b5c8e 100644
--- a/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild
+++ b/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild,v 1.1 2005/08/10 02:09:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tomsfastmath/tomsfastmath-0.05.ebuild,v 1.2 2006/03/04 02:25:53 vapier Exp $
DESCRIPTION="portable fixed precision math library geared towards doing one thing very fast"
HOMEPAGE="http://libtomcrypt.org/tfm/"
@@ -8,7 +8,7 @@ SRC_URI="http://libtomcrypt.org/tfm/files/tfm-${PV}.zip"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 arm ppc x86"
IUSE=""
src_compile() {