diff options
author | 2006-03-04 02:26:05 +0000 | |
---|---|---|
committer | 2006-03-04 02:26:05 +0000 | |
commit | 4dae587328f209d84d17b10a3c983788e6e2ddd2 (patch) | |
tree | 2cf9e33b7f17c830f60c2781e05c3cf6676d684e /dev-libs/libtomcrypt | |
parent | touchup patch so we dont link against libstdc++ #124809 by Bruce Guenter (diff) | |
download | historical-4dae587328f209d84d17b10a3c983788e6e2ddd2.tar.gz historical-4dae587328f209d84d17b10a3c983788e6e2ddd2.tar.bz2 historical-4dae587328f209d84d17b10a3c983788e6e2ddd2.zip |
stabilize
Package-Manager: portage-2.1_pre5-r2
Diffstat (limited to 'dev-libs/libtomcrypt')
-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 ) |