commit: 7e517262570ce76678f391366ea7701c3966bd99 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat May 3 17:11:19 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 9 03:11:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e517262
www-misc/litmus: 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> www-misc/litmus/{litmus-0.13-r1.ebuild => litmus-0.13-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-misc/litmus/litmus-0.13-r1.ebuild b/www-misc/litmus/litmus-0.13-r2.ebuild similarity index 95% rename from www-misc/litmus/litmus-0.13-r1.ebuild rename to www-misc/litmus/litmus-0.13-r2.ebuild index 2f6f95a3ad14..200b72101d39 100644 --- a/www-misc/litmus/litmus-0.13-r1.ebuild +++ b/www-misc/litmus/litmus-0.13-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,7 +31,7 @@ DEPEND=" gnutls? ( net-libs/gnutls:0 ) kerberos? ( app-crypt/mit-krb5:0 ) libproxy? ( net-libs/libproxy:0 ) - libxml2? ( dev-libs/libxml2:2 ) + libxml2? ( dev-libs/libxml2:2= ) pkcs11? ( dev-libs/pakchois:0 ) ssl? ( dev-libs/openssl:0 ) "
