diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-05-03 16:47:07 +0300 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-06-09 04:09:39 +0100 |
| commit | 9a5aa74c29f7836c6f55d4ea67258a14dee1fa92 (patch) | |
| tree | 84394872099b9a43259776b18c9e1b1a2e9f5ddc /dev-cpp | |
| parent | 64c2854478531572d2137723997ace05b862dead (diff) | |
| download | gentoo-9a5aa74c29f7836c6f55d4ea67258a14dee1fa92.tar.gz gentoo-9a5aa74c29f7836c6f55d4ea67258a14dee1fa92.tar.bz2 gentoo-9a5aa74c29f7836c6f55d4ea67258a14dee1fa92.zip | |
dev-cpp/libxmlpp: add dev-libs/libxml2 subslot op for incoming ABI break
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41919
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/libxmlpp/libxmlpp-2.42.2-r1.ebuild (renamed from dev-cpp/libxmlpp/libxmlpp-2.42.2.ebuild) | 4 | ||||
| -rw-r--r-- | dev-cpp/libxmlpp/libxmlpp-5.0.3-r1.ebuild (renamed from dev-cpp/libxmlpp/libxmlpp-5.0.3.ebuild) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-cpp/libxmlpp/libxmlpp-2.42.2.ebuild b/dev-cpp/libxmlpp/libxmlpp-2.42.2-r1.ebuild index 1e3524a1cb79..2c4bcf287ad8 100644 --- a/dev-cpp/libxmlpp/libxmlpp-2.42.2.ebuild +++ b/dev-cpp/libxmlpp/libxmlpp-2.42.2-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=8 @@ -16,7 +16,7 @@ IUSE="doc test" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-libs/libxml2-2.7.7[${MULTILIB_USEDEP}] + >=dev-libs/libxml2-2.7.7:=[${MULTILIB_USEDEP}] >=dev-cpp/glibmm-2.32.0:2[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND}" diff --git a/dev-cpp/libxmlpp/libxmlpp-5.0.3.ebuild b/dev-cpp/libxmlpp/libxmlpp-5.0.3-r1.ebuild index 86e0e85ed073..caa5739eab73 100644 --- a/dev-cpp/libxmlpp/libxmlpp-5.0.3.ebuild +++ b/dev-cpp/libxmlpp/libxmlpp-5.0.3-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=8 @@ -16,7 +16,7 @@ IUSE="doc test" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-libs/libxml2-2.7.7 + >=dev-libs/libxml2-2.7.7:= " DEPEND="${RDEPEND}" BDEPEND=" |
