summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2021-06-25 22:56:02 -0500
committerMatthias Maier <tamiko@gentoo.org>2021-06-25 22:56:02 -0500
commitde5afd6794251f04a2848f67acec7e8950bfa386 (patch)
treef8fce0e6242533bea9520b79a4eb7e1a40c527c7
parentapp-crypt/swtpm: Remove old (diff)
downloadgentoo-de5afd6794251f04a2848f67acec7e8950bfa386.tar.gz
gentoo-de5afd6794251f04a2848f67acec7e8950bfa386.tar.bz2
gentoo-de5afd6794251f04a2848f67acec7e8950bfa386.zip
app-crypt/swtpm: add virtualization project, set USE=+gnutls
swtpm is an optional runtime dependency of app-emulation/qemu and app-emulation/libvirt. With the latest development (Windows 11 requiring tpm support) tpm emulation becomes increasingly important. This commit * adds the virtualization project as maintainer to be CC'ed on bugs relating to app-crypt/swtpm * changes USE=+gnutls to automatically build swtpm_cert which is required by libvirt to function properly Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-rw-r--r--app-crypt/swtpm/metadata.xml4
-rw-r--r--app-crypt/swtpm/swtpm-0.6.0.ebuild2
2 files changed, 5 insertions, 1 deletions
diff --git a/app-crypt/swtpm/metadata.xml b/app-crypt/swtpm/metadata.xml
index fd9c4b51cbd0..e89388a5e44a 100644
--- a/app-crypt/swtpm/metadata.xml
+++ b/app-crypt/swtpm/metadata.xml
@@ -9,6 +9,10 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <maintainer type="project">
+ <email>virtualization@gentoo.org</email>
+ <name>Gentoo Virtualization Project</name>
+ </maintainer>
<use>
<flag name="fuse">Support sys-fs/fuse based /dev/tpm interface</flag>
</use>
diff --git a/app-crypt/swtpm/swtpm-0.6.0.ebuild b/app-crypt/swtpm/swtpm-0.6.0.ebuild
index 822bb933b865..715ab5e761b7 100644
--- a/app-crypt/swtpm/swtpm-0.6.0.ebuild
+++ b/app-crypt/swtpm/swtpm-0.6.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/stefanberger/swtpm/archive/v${PV}.tar.gz -> ${P}.tar
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="fuse gnutls seccomp test"
+IUSE="fuse +gnutls seccomp test"
RESTRICT="!test? ( test )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"