diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-04 02:26:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-04 02:26:05 +0000 |
commit | e85a41d997f95f0cbd289a1b63c0dd0678183e5e (patch) | |
tree | e5cfc67cd44562c9d749496aa1f374d81247e0a8 /dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild | |
parent | touchup patch so we dont link against libstdc++ #124809 by Bruce Guenter (diff) | |
download | gentoo-2-e85a41d997f95f0cbd289a1b63c0dd0678183e5e.tar.gz gentoo-2-e85a41d997f95f0cbd289a1b63c0dd0678183e5e.tar.bz2 gentoo-2-e85a41d997f95f0cbd289a1b63c0dd0678183e5e.zip |
stabilize
(Portage version: 2.1_pre5-r2)
Diffstat (limited to 'dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild')
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-1.06.ebuild | 6 |
1 files changed, 3 insertions, 3 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 ) |