commit: 58003bdaae9a62df062ddf7503190ce0c4dd423b Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat May 3 17:08:28 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 9 03:11:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58003bda
sys-devel/sparse: 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> sys-devel/sparse/{sparse-0.6.4-r2.ebuild => sparse-0.6.4-r3.ebuild} | 4 ++-- sys-devel/sparse/sparse-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-devel/sparse/sparse-0.6.4-r2.ebuild b/sys-devel/sparse/sparse-0.6.4-r3.ebuild similarity index 95% rename from sys-devel/sparse/sparse-0.6.4-r2.ebuild rename to sys-devel/sparse/sparse-0.6.4-r3.ebuild index 66b164b12383..4b0e0275688e 100644 --- a/sys-devel/sparse/sparse-0.6.4-r2.ebuild +++ b/sys-devel/sparse/sparse-0.6.4-r3.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 @@ -25,7 +25,7 @@ RESTRICT="!test? ( test )" RDEPEND="gtk? ( x11-libs/gtk+:3 ) llvm? ( <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):= ) sqlite? ( dev-db/sqlite:= ) - xml? ( dev-libs/libxml2 )" + xml? ( dev-libs/libxml2:= )" DEPEND="${RDEPEND}" BDEPEND="gtk? ( virtual/pkgconfig ) xml? ( virtual/pkgconfig )" diff --git a/sys-devel/sparse/sparse-9999.ebuild b/sys-devel/sparse/sparse-9999.ebuild index 66b164b12383..4b0e0275688e 100644 --- a/sys-devel/sparse/sparse-9999.ebuild +++ b/sys-devel/sparse/sparse-9999.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 @@ -25,7 +25,7 @@ RESTRICT="!test? ( test )" RDEPEND="gtk? ( x11-libs/gtk+:3 ) llvm? ( <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):= ) sqlite? ( dev-db/sqlite:= ) - xml? ( dev-libs/libxml2 )" + xml? ( dev-libs/libxml2:= )" DEPEND="${RDEPEND}" BDEPEND="gtk? ( virtual/pkgconfig ) xml? ( virtual/pkgconfig )"
