mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
app-crypt/clevis: Remove bogus tpm flag
tpm2 support is included by default; the flag was accidently partially re-added from an earlier version of this package. Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
This commit is contained in:
@@ -12,11 +12,10 @@ SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="dracut pkcs11 test tpm tpm1 udisks"
|
||||
IUSE="dracut pkcs11 test tpm1 udisks"
|
||||
|
||||
BDEPEND="app-text/asciidoc
|
||||
test? ( tpm? ( app-crypt/swtpm )
|
||||
tpm1? ( app-crypt/swtpm )
|
||||
test? ( app-crypt/swtpm
|
||||
net-misc/socat
|
||||
sys-process/lsof
|
||||
)
|
||||
@@ -15,7 +15,6 @@
|
||||
<use>
|
||||
<flag name="dracut">Install dracut modules</flag>
|
||||
<flag name="pkcs11">Enable PKCS#11 smartcard support</flag>
|
||||
<flag name="tpm">Enable support for Trusted Platform Module (TPM) 2.0</flag>
|
||||
<flag name="tpm1">Enable support for Trusted Platform Module (TPM) 1.2</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user