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 9CAC2159C96 for ; Tue, 30 Jul 2024 08:50:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6AB12BC05A; Tue, 30 Jul 2024 08:50:04 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5EEB2BC043 for ; Tue, 30 Jul 2024 08:50:04 +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 9C54A343016 for ; Tue, 30 Jul 2024 08:50:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 043C71E88 for ; Tue, 30 Jul 2024 08:49:59 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1722329283.32175d5658fe135ce21d3fdd21269be798b3156f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-mines/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/gnome-mines/gnome-mines-40.1.ebuild X-VCS-Directories: games-board/gnome-mines/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 32175d5658fe135ce21d3fdd21269be798b3156f X-VCS-Branch: master Date: Tue, 30 Jul 2024 08:49:59 +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: f0fd9414-9677-42a3-8a35-c7b146e59b08 X-Archives-Hash: 3c24cada2527009b6aa2b1ae7aa338a2 commit: 32175d5658fe135ce21d3fdd21269be798b3156f Author: Pacho Ramos gentoo org> AuthorDate: Tue Jul 30 08:30:40 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 30 08:48:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32175d56 games-board/gnome-mines: Support python 3.12 Closes: https://bugs.gentoo.org/929573 Signed-off-by: Pacho Ramos gentoo.org> games-board/gnome-mines/gnome-mines-40.1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/games-board/gnome-mines/gnome-mines-40.1.ebuild b/games-board/gnome-mines/gnome-mines-40.1.ebuild index b0ef7a340d18..d591d53e4cf9 100644 --- a/games-board/gnome-mines/gnome-mines-40.1.ebuild +++ b/games-board/gnome-mines/gnome-mines-40.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +EAPI=8 +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome.org gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="Clear hidden mines from a minefield" -HOMEPAGE="https://wiki.gnome.org/Apps/Mines" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-mines" LICENSE="GPL-3+ CC-BY-SA-3.0" SLOT="0" @@ -32,8 +32,8 @@ BDEPEND=" " src_prepare() { - xdg_src_prepare - vala_src_prepare + default + vala_setup } pkg_postinst() {