diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-10-19 00:19:21 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-10-19 00:19:21 +0000 |
commit | 354244d5e40c30361a4fbb8847cc28ec74dba8d1 (patch) | |
tree | 315ac737daf4cd63c294f572fa5dc91b2868c624 /app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild | |
parent | fix for problem in patch (diff) | |
download | gentoo-2-354244d5e40c30361a4fbb8847cc28ec74dba8d1.tar.gz gentoo-2-354244d5e40c30361a4fbb8847cc28ec74dba8d1.tar.bz2 gentoo-2-354244d5e40c30361a4fbb8847cc28ec74dba8d1.zip |
minor QA: IUSE wrt bug #150083
(Portage version: 2.1.2_pre3-r4)
Diffstat (limited to 'app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild')
-rw-r--r-- | app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild index bf8167e5ff70..68c050fe3393 100644 --- a/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild +++ b/app-crypt/tpm-emulator/tpm-emulator-0.3.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/tpm-emulator/tpm-emulator-0.3.ebuild,v 1.2 2006/07/12 13:27:57 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild,v 1.3 2006/10/19 00:19:21 jokey Exp $ inherit toolchain-funcs linux-mod eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="http://download.berlios.de/tpm-emulator/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -IUSE="pcmcia" +IUSE="" DEPEND="dev-libs/gmp" RDEPEND="" S=${WORKDIR}/${P/-/_} |