Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtpms/
Date: Sun, 27 Jun 2021 17:29:36
Message-Id: 1624814961.90e269a62dbd1cfec2c4c108ede1ab0db350169a.tamiko@gentoo
1 commit: 90e269a62dbd1cfec2c4c108ede1ab0db350169a
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 27 17:19:00 2021 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 27 17:29:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e269a6
7
8 dev-libs/libtpms: add virtualization project
9
10 Add virtualization project to the list of maintainers to better track
11 app-emulation/qemu firmware dependencies.
12
13 In preparation of adding app-crypt/swtpm as unconditional RDEPEND to
14 app-emulation/qemu.
15
16 Bug: https://bugs.gentoo.org/776751
17 Package-Manager: Portage-3.0.20, Repoman-3.0.3
18 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
19
20 dev-libs/libtpms/metadata.xml | 4 ++++
21 1 file changed, 4 insertions(+)
22
23 diff --git a/dev-libs/libtpms/metadata.xml b/dev-libs/libtpms/metadata.xml
24 index 69ca4c8149b..10d230e2042 100644
25 --- a/dev-libs/libtpms/metadata.xml
26 +++ b/dev-libs/libtpms/metadata.xml
27 @@ -9,4 +9,8 @@
28 <email>proxy-maint@g.o</email>
29 <name>Proxy Maintainers</name>
30 </maintainer>
31 + <maintainer type="project">
32 + <email>virtualization@g.o</email>
33 + <name>Gentoo Virtualization Project</name>
34 + </maintainer>
35 </pkgmetadata>