From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD1F4158096 for ; Thu, 15 Sep 2022 21:00:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD970E0933; Thu, 15 Sep 2022 21:00:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEB88E0933 for ; Thu, 15 Sep 2022 21:00:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7B8633FE26 for ; Thu, 15 Sep 2022 21:00:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FE355C7 for ; Thu, 15 Sep 2022 21:00:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1663275601.20eb26dd392546c8da40dc63baff3b31c35f61f3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-taquin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/gnome-taquin/gnome-taquin-3.38.1-r1.ebuild games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild X-VCS-Directories: games-puzzle/gnome-taquin/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 20eb26dd392546c8da40dc63baff3b31c35f61f3 X-VCS-Branch: master Date: Thu, 15 Sep 2022 21:00:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad17448e-4acb-4fd5-adea-b902d3980c11 X-Archives-Hash: 67b955a079e598520ad7224e215cbc15 commit: 20eb26dd392546c8da40dc63baff3b31c35f61f3 Author: Matt Turner gentoo org> AuthorDate: Thu Sep 15 20:04:51 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Sep 15 21:00:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20eb26dd 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 gentoo.org> ...nome-taquin-3.38.1.ebuild => gnome-taquin-3.38.1-r1.ebuild} | 10 ++++------ 1 file 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 similarity index 91% rename from games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild rename to 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() {