Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Virt/
Date: Tue, 31 May 2022 08:03:55
Message-Id: 1653984223.4b736c87359e7d47ed9bf5b78aeaea86721b7077.sam@gentoo
1 commit: 4b736c87359e7d47ed9bf5b78aeaea86721b7077
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 08:02:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 08:03:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b736c87
7
8 dev-perl/Sys-Virt: add note about libvirt group
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild | 7 +++++++
13 1 file changed, 7 insertions(+)
14
15 diff --git a/dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild b/dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild
16 index b144e527c4db..cf4e90c07aca 100644
17 --- a/dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild
18 +++ b/dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild
19 @@ -3,6 +3,13 @@
20
21 EAPI=8
22
23 +# Packages which get releases together:
24 +# app-emacs/nxml-libvirt-schemas
25 +# dev-python/libvirt-python
26 +# dev-perl/Sys-Virt
27 +# app-emulation/libvirt
28 +# Please bump them together!
29 +
30 DIST_AUTHOR=DANBERR
31 DIST_VERSION=v${PV}
32 DIST_EXAMPLES=("examples/*")