diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 23:17:26 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 23:17:26 +0000 |
commit | 9a4bf1ec4a46fa9abb66ec2de4b3fdcb5f2d96aa (patch) | |
tree | 538062d8cd3fcfd11ffbd811542e7dfe7ba8be1d /app-crypt/bestcrypt/bestcrypt-1.5_p2.ebuild | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-9a4bf1ec4a46fa9abb66ec2de4b3fdcb5f2d96aa.tar.gz gentoo-2-9a4bf1ec4a46fa9abb66ec2de4b3fdcb5f2d96aa.tar.bz2 gentoo-2-9a4bf1ec4a46fa9abb66ec2de4b3fdcb5f2d96aa.zip |
QA fix (IUSE)
Diffstat (limited to 'app-crypt/bestcrypt/bestcrypt-1.5_p2.ebuild')
-rw-r--r-- | app-crypt/bestcrypt/bestcrypt-1.5_p2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/bestcrypt/bestcrypt-1.5_p2.ebuild b/app-crypt/bestcrypt/bestcrypt-1.5_p2.ebuild index 8be436e78727..a5ed7cbc378a 100644 --- a/app-crypt/bestcrypt/bestcrypt-1.5_p2.ebuild +++ b/app-crypt/bestcrypt/bestcrypt-1.5_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.5_p2.ebuild,v 1.1 2004/03/27 15:11:20 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.5_p2.ebuild,v 1.2 2004/06/06 23:17:25 dragonheart Exp $ inherit flag-o-matic eutils check-kernel @@ -11,6 +11,7 @@ SRC_URI="http://www.jetico.com/linux/BestCrypt-${PV/_p/-}.tar.gz" LICENSE="bestcrypt" SLOT="0" +IUSE="" KEYWORDS="~x86" DEPEND="virtual/linux-sources" |