summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-09-15 16:04:51 -0400
committerMatt Turner <mattst88@gentoo.org>2022-09-15 17:00:01 -0400
commit20eb26dd392546c8da40dc63baff3b31c35f61f3 (patch)
tree11270ed4dfbb4498e6fe8eaf93b960326e9090a0
parentdev-python/indexed_gzip: add 1.7.0 (diff)
downloadgentoo-20eb26dd392546c8da40dc63baff3b31c35f61f3.tar.gz
gentoo-20eb26dd392546c8da40dc63baff3b31c35f61f3.tar.bz2
gentoo-20eb26dd392546c8da40dc63baff3b31c35f61f3.zip
games-puzzle/gnome-taquin: Remove vala version restrictions
They were resolved in commit 17107db0887 ("games-puzzle/gnome-taquin: 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>
-rw-r--r--games-puzzle/gnome-taquin/gnome-taquin-3.38.1-r1.ebuild (renamed from games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild)10
1 files changed, 4 insertions, 6 deletions
diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild b/games-puzzle/gnome-taquin/gnome-taquin-3.38.1-r1.ebuild
index 0407088c3fb8..17a57139dddd 100644
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild
+++ b/games-puzzle/gnome-taquin/gnome-taquin-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
@@ -13,7 +11,6 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Taquin"
LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
SLOT="0"
KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE=""
RDEPEND="
>=dev-libs/glib-2.42.0:2
@@ -41,8 +38,9 @@ PATCHES=(
)
src_prepare() {
- xdg_src_prepare
- vala_src_prepare
+ default
+ vala_setup
+ xdg_environment_reset
}
pkg_postinst() {