commit: 4118b4df1de618e0f30e8bf9467d0312711217bb Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat May 3 17:15:16 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 9 03:11:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4118b4df
x11-misc/mygestures: 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> .../mygestures/{mygestures-2.0-r1.ebuild => mygestures-2.0-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/mygestures/mygestures-2.0-r1.ebuild b/x11-misc/mygestures/mygestures-2.0-r2.ebuild similarity index 92% rename from x11-misc/mygestures/mygestures-2.0-r1.ebuild rename to x11-misc/mygestures/mygestures-2.0-r2.ebuild index 86f6f3387f76..bb75c5f8ca58 100644 --- a/x11-misc/mygestures/mygestures-2.0-r1.ebuild +++ b/x11-misc/mygestures/mygestures-2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" - dev-libs/libxml2 + dev-libs/libxml2:= x11-libs/libX11 x11-libs/libXi x11-libs/libXrender
