commit: de5afd6794251f04a2848f67acec7e8950bfa386
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 26 03:56:02 2021 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Jun 26 03:56:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5afd67
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 <AT> gentoo.org>
app-crypt/swtpm/metadata.xml | 4 ++++
app-crypt/swtpm/swtpm-0.6.0.ebuild | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/app-crypt/swtpm/metadata.xml b/app-crypt/swtpm/metadata.xml
index fd9c4b51cbd..e89388a5e44 100644
--- a/app-crypt/swtpm/metadata.xml
+++ b/app-crypt/swtpm/metadata.xml
@@ -9,6 +9,10 @@
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <maintainer type="project">
+ <email>[email protected]</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 822bb933b86..715ab5e761b 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}"