From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1403071-garchives=archives.gentoo.org@lists.gentoo.org>
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 36918158091
	for <garchives@archives.gentoo.org>; Tue, 31 May 2022 08:03:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E9947E0831;
	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 CA0CDE0831
	for <gentoo-commits@lists.gentoo.org>; Tue, 31 May 2022 08:03:54 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 C956F3419A8
	for <gentoo-commits@lists.gentoo.org>; Tue, 31 May 2022 08:03:53 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1058A4D7
	for <gentoo-commits@lists.gentoo.org>; Tue, 31 May 2022 08:03:52 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1653984222.f1a2eb6bcb097a129d8dd3e7c42e51e59f4f8228.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-libvirt-schemas/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-8.3.0.ebuild
X-VCS-Directories: app-emacs/nxml-libvirt-schemas/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: f1a2eb6bcb097a129d8dd3e7c42e51e59f4f8228
X-VCS-Branch: master
Date: Tue, 31 May 2022 08:03:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 8f0c4489-d990-4c99-b8df-791da56d75b4
X-Archives-Hash: aabaf4cbd054137312f91e875c167565

commit:     f1a2eb6bcb097a129d8dd3e7c42e51e59f4f8228
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 08:02:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 08:03:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a2eb6b

app-emacs/nxml-libvirt-schemas: add note about libvirt group

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-8.3.0.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-8.3.0.ebuild b/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-8.3.0.ebuild
index c886cdea2159..acb053083ec6 100644
--- a/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-8.3.0.ebuild
+++ b/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-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!
+
 inherit elisp
 
 MY_P="libvirt-${PV}"