diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-09-15 16:06:52 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-09-15 17:00:02 -0400 |
commit | e407e4a9b25aa4b2a87c605581ea142d907ab55d (patch) | |
tree | a32dec2a45118762e4f851fc3ba3442b1cf55fa6 /games-board | |
parent | games-puzzle/gnome-taquin: Remove vala version restrictions (diff) | |
download | gentoo-e407e4a9b25aa4b2a87c605581ea142d907ab55d.tar.gz gentoo-e407e4a9b25aa4b2a87c605581ea142d907ab55d.tar.bz2 gentoo-e407e4a9b25aa4b2a87c605581ea142d907ab55d.zip |
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@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/iagno/iagno-3.38.1-r1.ebuild (renamed from games-board/iagno/iagno-3.38.1.ebuild) | 9 |
1 files 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 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() { |