From 2a2334fef75499425b498eb0d958a9e7ca8bbf4d Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sat, 24 Jan 2026 12:55:49 +0000 Subject: [PATCH] x11-libs/libfm: Call vala.eclass vala_setup rather than defining VALAC manually Signed-off-by: James Le Cuirot --- 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 ff7080ab69232..82474dd6672cd 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() {