diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-09-15 16:09:30 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-09-15 17:00:02 -0400 |
commit | c009c0a877ccde5c7954c870b6b3a3987ebb7fd4 (patch) | |
tree | c7748d97162432b0fae97471e467e91292216b1b /games-arcade | |
parent | games-board/iagno: Remove vala version restrictions (diff) | |
download | gentoo-c009c0a877ccde5c7954c870b6b3a3987ebb7fd4.tar.gz gentoo-c009c0a877ccde5c7954c870b6b3a3987ebb7fd4.tar.bz2 gentoo-c009c0a877ccde5c7954c870b6b3a3987ebb7fd4.zip |
games-arcade/gnome-nibbles: Remove vala version restrictions
They were resolved in commit acbfede4da1 ("games-arcade/gnome-nibbles:
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-arcade')
-rw-r--r-- | games-arcade/gnome-nibbles/gnome-nibbles-3.38.2-r1.ebuild (renamed from games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild b/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2-r1.ebuild index ca5b7e496f47..afbe437b2d54 100644 --- a/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild +++ b/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2-r1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -VALA_MAX_API_VERSION="0.50" +EAPI=8 inherit gnome.org gnome2-utils meson vala xdg @@ -12,7 +11,6 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Nibbles https://gitlab.gnome.org/GNOME/gno LICENSE="GPL-3+ CC-BY-SA-3.0" SLOT="0" KEYWORDS="amd64 arm64 ~riscv x86" -IUSE="" RDEPEND=" >=dev-libs/glib-2.42.0:2 @@ -39,8 +37,9 @@ PATCHES=( ) src_prepare() { - xdg_src_prepare - vala_src_prepare + default + vala_setup + xdg_environment_reset } pkg_postinst() { |