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:
Christopher Byrne
2026-07-14 18:15:57 -05:00
parent aa0053a3b9
commit ec6b063e49
2 changed files with 2 additions and 4 deletions

View File

@@ -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
)

View File

@@ -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>