commit: 8d9035bff296c70bd883b9d9077ab2eefb2aa3e8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 26 08:04:20 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 26 08:06:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9035bf
x11-libs/wxGTK: rename wxwin.m4
This fell out when dropping the seds in 3.2.8.1.
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-libs/wxGTK/wxGTK-3.2.8.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/x11-libs/wxGTK/wxGTK-3.2.8.1.ebuild
b/x11-libs/wxGTK/wxGTK-3.2.8.1.ebuild
index 9b743b27b382..3f487fe14015 100644
--- a/x11-libs/wxGTK/wxGTK-3.2.8.1.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.2.8.1.ebuild
@@ -204,6 +204,8 @@ multilib_src_install_all() {
# Unversioned links
rm "${ED}"/usr/bin/wx-config || die
rm "${ED}"/usr/bin/wxrc || die
+ # wxwin.m4 is owned by eselect-wxwidgets
+ mv "${ED}"/usr/share/aclocal/wxwin.m4
"${ED}"/usr/share/aclocal/wxwin32-gtk3.m4 || die
# version bakefile presets
pushd "${ED}"/usr/share/bakefile/presets >/dev/null || die