diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-17 00:07:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-17 00:07:00 +0000 |
commit | cb0e3cf3b1e554f872d120af463eac5238dfcc67 (patch) | |
tree | e8814425d3289718d76f6e68f5db60ddb1769600 /dev-libs/libtomcrypt | |
parent | old (diff) | |
download | historical-cb0e3cf3b1e554f872d120af463eac5238dfcc67.tar.gz historical-cb0e3cf3b1e554f872d120af463eac5238dfcc67.tar.bz2 historical-cb0e3cf3b1e554f872d120af463eac5238dfcc67.zip |
stabilize
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-0.98-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.98-r1.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.98-r1.ebuild index 32fef1325a22..d2e2bf85946c 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-0.98-r1.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-0.98-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.98-r1.ebuild,v 1.2 2004/08/27 23:44:49 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.98-r1.ebuild,v 1.3 2005/03/17 00:06:19 vapier Exp $ inherit eutils @@ -11,10 +11,11 @@ SRC_URI="http://libtomcrypt.org/files/crypt-${PV}.tar.bz2 LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 ppc ~amd64" +KEYWORDS="amd64 ppc x86" IUSE="doc" DEPEND="doc? ( virtual/tetex app-text/ghostscript )" +RDEPEND="" src_unpack() { unpack crypt-${PV}.tar.bz2 |