Skip to content

Commit

Permalink
games-arcade/gnome-nibbles: Remove vala version restrictions
Browse files Browse the repository at this point in the history
They were resolved in commit acbfede ("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 <[email protected]>
  • Loading branch information
mattst88 committed Sep 15, 2022
1 parent e407e4a commit c009c0a
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand All @@ -39,8 +37,9 @@ PATCHES=(
)

src_prepare() {
xdg_src_prepare
vala_src_prepare
default
vala_setup
xdg_environment_reset
}

pkg_postinst() {
Expand Down

0 comments on commit c009c0a

Please sign in to comment.