From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF84F158091 for ; Tue, 31 May 2022 08:03:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8FA5E0828; Tue, 31 May 2022 08:03:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95A5AE082B for ; Tue, 31 May 2022 08:03:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6C8734189C for ; Tue, 31 May 2022 08:03:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38FAC4E5 for ; Tue, 31 May 2022 08:03:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1653984223.4b736c87359e7d47ed9bf5b78aeaea86721b7077.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Virt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild X-VCS-Directories: dev-perl/Sys-Virt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4b736c87359e7d47ed9bf5b78aeaea86721b7077 X-VCS-Branch: master Date: Tue, 31 May 2022 08:03:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 99023776-15ae-4afa-94a6-800b5ed6b188 X-Archives-Hash: 7fb33d1994f8d0c2d46d9621c4b222fb commit: 4b736c87359e7d47ed9bf5b78aeaea86721b7077 Author: Sam James gentoo org> AuthorDate: Tue May 31 08:02:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 31 08:03:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b736c87 dev-perl/Sys-Virt: add note about libvirt group Signed-off-by: Sam James gentoo.org> dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild b/dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild index b144e527c4db..cf4e90c07aca 100644 --- a/dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild +++ b/dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild @@ -3,6 +3,13 @@ EAPI=8 +# Packages which get releases together: +# app-emacs/nxml-libvirt-schemas +# dev-python/libvirt-python +# dev-perl/Sys-Virt +# app-emulation/libvirt +# Please bump them together! + DIST_AUTHOR=DANBERR DIST_VERSION=v${PV} DIST_EXAMPLES=("examples/*")