commit: c4a00e85af4a8f895884460f3d9bdd1ea700f0f8 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me> AuthorDate: Sat Mar 7 04:16:15 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 05:16:04 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a00e85
media-libs/babl: -native-symlinks fix without NM/READLINK in make.conf Tested in an environment without the ~workaround of CC/CXX/NM/READLINK/… set in make.conf Fixes: 3e40484cf090c3356399704700a59cfafcb2e649 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me> Part-of: https://codeberg.org/gentoo/gentoo/pulls/236 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/babl/babl-0.1.118.ebuild | 4 +++- media-libs/babl/babl-0.1.122.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/media-libs/babl/babl-0.1.118.ebuild b/media-libs/babl/babl-0.1.118.ebuild index 038745428a29..6a8f6f5b3327 100644 --- a/media-libs/babl/babl-0.1.118.ebuild +++ b/media-libs/babl/babl-0.1.118.ebuild @@ -5,7 +5,7 @@ EAPI=8 VALA_USE_DEPEND=vapigen -inherit meson gnome2-utils vala +inherit meson gnome2-utils vala toolchain-funcs if [[ ${PV} == *9999* ]]; then inherit git-r3 @@ -44,6 +44,8 @@ src_prepare() { } src_configure() { + tc-export READELF NM + use vala && vala_setup # Automagic rsvg support is just for website generation we do not call, diff --git a/media-libs/babl/babl-0.1.122.ebuild b/media-libs/babl/babl-0.1.122.ebuild index baa7f4caa84b..eff5acfa8e2f 100644 --- a/media-libs/babl/babl-0.1.122.ebuild +++ b/media-libs/babl/babl-0.1.122.ebuild @@ -5,7 +5,7 @@ EAPI=8 VALA_USE_DEPEND=vapigen -inherit meson gnome2-utils vala +inherit meson gnome2-utils vala toolchain-funcs if [[ ${PV} == *9999* ]]; then inherit git-r3 @@ -43,6 +43,8 @@ src_prepare() { } src_configure() { + tc-export READELF NM + use vala && vala_setup # Automagic rsvg support is just for website generation we do not call,
