commit: dca8c13f8f3183c9fb5bb90a185a045f8fadc416 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat May 3 11:58:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 5 08:13:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca8c13f
app-emulation/libvirt-glib: add dev-libs/libxml2 subslot op for incoming ABI break Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{libvirt-glib-4.0.0.ebuild => libvirt-glib-4.0.0-r1.ebuild} | 4 ++-- .../{libvirt-glib-5.0.0.ebuild => libvirt-glib-5.0.0-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emulation/libvirt-glib/libvirt-glib-4.0.0.ebuild b/app-emulation/libvirt-glib/libvirt-glib-4.0.0-r1.ebuild similarity index 94% rename from app-emulation/libvirt-glib/libvirt-glib-4.0.0.ebuild rename to app-emulation/libvirt-glib/libvirt-glib-4.0.0-r1.ebuild index 22e86673a10a..ae39422237b2 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-4.0.0.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-4.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE="vala? ( introspection )" RDEPEND=" - >=dev-libs/libxml2-2.9.1 + >=dev-libs/libxml2-2.9.1:= >=app-emulation/libvirt-1.2.8:= >=dev-libs/glib-2.48.0:2 introspection? ( >=dev-libs/gobject-introspection-1.48.0:= ) diff --git a/app-emulation/libvirt-glib/libvirt-glib-5.0.0.ebuild b/app-emulation/libvirt-glib/libvirt-glib-5.0.0-r1.ebuild similarity index 93% rename from app-emulation/libvirt-glib/libvirt-glib-5.0.0.ebuild rename to app-emulation/libvirt-glib/libvirt-glib-5.0.0-r1.ebuild index 5153ad4c6ffd..9dfaae9e20d0 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-5.0.0.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-5.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE="vala? ( introspection )" RDEPEND=" - >=dev-libs/libxml2-2.9.1 + >=dev-libs/libxml2-2.9.1:= >=app-emulation/libvirt-2.3.0:= >=dev-libs/glib-2.48.0:2 introspection? ( >=dev-libs/gobject-introspection-1.48.0:= )
