commit: e407e4a9b25aa4b2a87c605581ea142d907ab55d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 20:06:52 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 21:00:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e407e4a9
games-board/iagno: Remove vala version restrictions
They were resolved in commit 5d3c0353660 ("games-board/iagno: Fix for
vala 0.50.4 regression") but the commit did not remove the restrictions
themselves.
Also bump to EAPI=8 while we're here.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
.../iagno/{iagno-3.38.1.ebuild => iagno-3.38.1-r1.ebuild} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/games-board/iagno/iagno-3.38.1.ebuild
b/games-board/iagno/iagno-3.38.1-r1.ebuild
similarity index 91%
rename from games-board/iagno/iagno-3.38.1.ebuild
rename to games-board/iagno/iagno-3.38.1-r1.ebuild
index 4e89294fe3e0..646a2d8336f8 100644
--- a/games-board/iagno/iagno-3.38.1.ebuild
+++ b/games-board/iagno/iagno-3.38.1-r1.ebuild
@@ -1,9 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-VALA_MIN_API_VERSION="0.44"
-VALA_MAX_API_VERSION="0.50"
+EAPI=8
inherit gnome.org gnome2-utils meson vala xdg
@@ -40,8 +38,9 @@ PATCHES=(
)
src_prepare() {
- xdg_src_prepare
- vala_src_prepare
+ default
+ vala_setup
+ xdg_environment_reset
}
pkg_postinst() {