x11-libs/libfm: Call vala.eclass vala_setup rather than defining VALAC manually

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2026-01-24 12:55:49 +00:00
parent b49166a7a2
commit 2a2334fef7
+2 -2
View File
@@ -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() {