commit:     b49166a7a2c0c2c6884827c8ff70003826743d9b
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 24 12:44:58 2026 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Jan 24 12:57:30 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49166a7

dev-util/umockdev: There's no need to set VALAC in the ebuild

vala.eclass does it for you.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-util/umockdev/umockdev-0.19.4.ebuild | 3 +--
 dev-util/umockdev/umockdev-9999.ebuild   | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-util/umockdev/umockdev-0.19.4.ebuild 
b/dev-util/umockdev/umockdev-0.19.4.ebuild
index 3e42585aee44..3f30073087a3 100644
--- a/dev-util/umockdev/umockdev-0.19.4.ebuild
+++ b/dev-util/umockdev/umockdev-0.19.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -53,7 +53,6 @@ multilib_src_configure() {
        # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101270
        filter-flags -fno-semantic-interposition
 
-       export VALAC="$(type -P valac-$(vala_best_api_version))"
        meson_src_configure
 }
 

diff --git a/dev-util/umockdev/umockdev-9999.ebuild 
b/dev-util/umockdev/umockdev-9999.ebuild
index 3e42585aee44..3f30073087a3 100644
--- a/dev-util/umockdev/umockdev-9999.ebuild
+++ b/dev-util/umockdev/umockdev-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -53,7 +53,6 @@ multilib_src_configure() {
        # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101270
        filter-flags -fno-semantic-interposition
 
-       export VALAC="$(type -P valac-$(vala_best_api_version))"
        meson_src_configure
 }
 

Reply via email to