commit: 2a2334fef75499425b498eb0d958a9e7ca8bbf4d
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 24 12:55:49 2026 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Jan 24 12:57:31 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2334fe
x11-libs/libfm: Call vala.eclass vala_setup rather than defining VALAC manually
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
x11-libs/libfm/libfm-1.3.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/libfm/libfm-1.3.2-r1.ebuild
b/x11-libs/libfm/libfm-1.3.2-r1.ebuild
index ff7080ab6923..82474dd6672c 100644
--- a/x11-libs/libfm/libfm-1.3.2-r1.ebuild
+++ b/x11-libs/libfm/libfm-1.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -81,7 +81,7 @@ EOF
eautoreconf
rm -r autom4te.cache || die
- use vala && export VALAC="$(type -p valac-$(vala_best_api_version))"
+ vala_setup
}
src_configure() {