commit: fdac767f9a7490a58b7a279b35c47a49832229d4
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sat May 3 14:05:46 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 15:30:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdac767f
dev-libs/libstrophe: add dev-libs/libxml2 subslot op for incoming ABI break
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{libstrophe-0.13.1.ebuild => libstrophe-0.13.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libstrophe/libstrophe-0.13.1.ebuild
b/dev-libs/libstrophe/libstrophe-0.13.1-r1.ebuild
similarity index 97%
rename from dev-libs/libstrophe/libstrophe-0.13.1.ebuild
rename to dev-libs/libstrophe/libstrophe-0.13.1-r1.ebuild
index 9de62974e612..5a7e6d9e55ff 100644
--- a/dev-libs/libstrophe/libstrophe-0.13.1.ebuild
+++ b/dev-libs/libstrophe/libstrophe-0.13.1-r1.ebuild
@@ -18,7 +18,7 @@ IUSE="doc expat gnutls"
RDEPEND="
expat? ( dev-libs/expat )
- !expat? ( dev-libs/libxml2:2 )
+ !expat? ( dev-libs/libxml2:2= )
gnutls? ( net-libs/gnutls:0= )
!gnutls? ( dev-libs/openssl:0= )
"