commit: 5586171412b4bbab980f853cfc792b5d2e8c66f0 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat May 3 16:38:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 5 08:13:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55861714
net-libs/nghttp2: 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> net-libs/nghttp2/{nghttp2-1.65.0-r1.ebuild => nghttp2-1.65.0-r2.ebuild} | 2 +- net-libs/nghttp2/nghttp2-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/nghttp2/nghttp2-1.65.0-r1.ebuild b/net-libs/nghttp2/nghttp2-1.65.0-r2.ebuild similarity index 97% rename from net-libs/nghttp2/nghttp2-1.65.0-r1.ebuild rename to net-libs/nghttp2/nghttp2-1.65.0-r2.ebuild index bd68d3e0955f..c8f2aa55d585 100644 --- a/net-libs/nghttp2/nghttp2-1.65.0-r1.ebuild +++ b/net-libs/nghttp2/nghttp2-1.65.0-r2.ebuild @@ -35,7 +35,7 @@ RDEPEND=" >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}] ) systemd? ( >=sys-apps/systemd-209 ) - xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] ) + xml? ( >=dev-libs/libxml2-2.7.7:2=[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index 9f6a317734dc..60883face4fc 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.ebuild @@ -35,7 +35,7 @@ RDEPEND=" >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}] ) systemd? ( >=sys-apps/systemd-209 ) - xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] ) + xml? ( >=dev-libs/libxml2-2.7.7:2=[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"
