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 A6D61158094 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 DA7A6E084A; 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 BD62FE084A 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 C649A33E5E4 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 3343D5D4 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: <1663275602.e407e4a9b25aa4b2a87c605581ea142d907ab55d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/iagno/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/iagno/iagno-3.38.1-r1.ebuild games-board/iagno/iagno-3.38.1.ebuild X-VCS-Directories: games-board/iagno/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e407e4a9b25aa4b2a87c605581ea142d907ab55d 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: 907d1fb3-b989-45fd-bafe-ed91e4685390 X-Archives-Hash: eca547747bd0f8b448bd43fd2622a853 commit: e407e4a9b25aa4b2a87c605581ea142d907ab55d Author: Matt Turner gentoo org> AuthorDate: Thu Sep 15 20:06:52 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Sep 15 21:00:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e407e4a9 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 gentoo.org> .../iagno/{iagno-3.38.1.ebuild => iagno-3.38.1-r1.ebuild} | 9 ++++----- 1 file 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 similarity index 91% rename from games-board/iagno/iagno-3.38.1.ebuild rename to 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() {