diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-07-12 13:27:57 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-07-12 13:27:57 +0000 |
commit | 78a8c0f257ca4206b99508b924676d50ad188762 (patch) | |
tree | af84651f00c0911cf17ffc69823c0fa57160d7cd /app-crypt/tpm-emulator | |
parent | QA: Changed qt to qt3. (diff) | |
download | historical-78a8c0f257ca4206b99508b924676d50ad188762.tar.gz historical-78a8c0f257ca4206b99508b924676d50ad188762.tar.bz2 historical-78a8c0f257ca4206b99508b924676d50ad188762.zip |
QA: Added pcmcia to IUSE, as it is used by linux-mod.eclass.
Package-Manager: portage-2.1.1_pre1-r5
Diffstat (limited to 'app-crypt/tpm-emulator')
-rw-r--r-- | app-crypt/tpm-emulator/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild | 6 | ||||
-rw-r--r-- | app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-crypt/tpm-emulator/ChangeLog b/app-crypt/tpm-emulator/ChangeLog index 05ec91d3181e..79250f3c5a95 100644 --- a/app-crypt/tpm-emulator/ChangeLog +++ b/app-crypt/tpm-emulator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/tpm-emulator # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/ChangeLog,v 1.2 2006/06/30 12:16:39 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/ChangeLog,v 1.3 2006/07/12 13:27:57 kugelfang Exp $ + + 12 Jul 2006; Danny van Dyk <kugelfang@gentoo.org> + tpm-emulator-0.2a.ebuild, tpm-emulator-0.3.ebuild: + QA: Added pcmcia to IUSE, as it is used by linux-mod.eclass. *tpm-emulator-0.3 (30 Jun 2006) diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild index 41fb3d59efd4..c09c810baa13 100644 --- a/app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild +++ b/app-crypt/tpm-emulator/tpm-emulator-0.2a.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/app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild,v 1.1 2005/06/23 13:07:26 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild,v 1.2 2006/07/12 13:27:57 kugelfang Exp $ inherit toolchain-funcs linux-mod eutils @@ -13,7 +13,7 @@ SRC_URI="http://download.berlios.de/tpm-emulator/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -IUSE="" +IUSE="pcmcia" DEPEND="dev-libs/gmp" RDEPEND="" S=${WORKDIR}/${PN/-/_}-0.2 diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild index 1561cc8acfd5..bf8167e5ff70 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.1 2006/06/30 12:16:39 dragonheart Exp $ +# $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 $ 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="" +IUSE="pcmcia" DEPEND="dev-libs/gmp" RDEPEND="" S=${WORKDIR}/${P/-/_} |