diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-07-12 13:13:58 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-07-12 13:13:58 +0000 |
commit | 7d09641d4f9dfc083a970779c34b91835ed1f926 (patch) | |
tree | 2223f1a045a3cf0fda895857fa91f8cc6dd132f8 /app-crypt/bestcrypt | |
parent | Stable on sparc wrt security #138545 (diff) | |
download | gentoo-2-7d09641d4f9dfc083a970779c34b91835ed1f926.tar.gz gentoo-2-7d09641d4f9dfc083a970779c34b91835ed1f926.tar.bz2 gentoo-2-7d09641d4f9dfc083a970779c34b91835ed1f926.zip |
QA: Added pcmcia to IUSE, as it is used by linux-mod.eclass.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'app-crypt/bestcrypt')
-rw-r--r-- | app-crypt/bestcrypt/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/bestcrypt/bestcrypt-1.6_p5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/bestcrypt/ChangeLog b/app-crypt/bestcrypt/ChangeLog index ed01b96e74c1..e4550706e58a 100644 --- a/app-crypt/bestcrypt/ChangeLog +++ b/app-crypt/bestcrypt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/bestcrypt # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.44 2006/06/29 12:56:17 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.45 2006/07/12 13:13:58 kugelfang Exp $ + + 12 Jul 2006; Danny van Dyk <kugelfang@gentoo.org> bestcrypt-1.6_p5.ebuild: + QA: Added pcmcia to IUSE, as it is used by linux-mod.eclass. 29 Jun 2006; Daniel Black <dragonheart@gentoo.org> +files/bestcrypt-1.6_p5-gcc41.patch, bestcrypt-1.6_p5.ebuild: diff --git a/app-crypt/bestcrypt/bestcrypt-1.6_p5.ebuild b/app-crypt/bestcrypt/bestcrypt-1.6_p5.ebuild index 6489bd3d30e2..ee5781117e13 100644 --- a/app-crypt/bestcrypt/bestcrypt-1.6_p5.ebuild +++ b/app-crypt/bestcrypt/bestcrypt-1.6_p5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.6_p5.ebuild,v 1.3 2006/06/29 12:56:17 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.6_p5.ebuild,v 1.4 2006/07/12 13:13:58 kugelfang Exp $ inherit flag-o-matic eutils linux-mod toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="http://www.jetico.com/linux/BestCrypt-${PV/_p/-}.tar.gz LICENSE="bestcrypt" SLOT="0" -IUSE="" +IUSE="pcmcia" KEYWORDS="~amd64 x86" DEPEND="virtual/linux-sources" |