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 764C515817D for ; Mon, 10 Jun 2024 18:17:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86DDDE2A2E; Mon, 10 Jun 2024 18:16:59 +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 625FFE2A2E for ; Mon, 10 Jun 2024 18:16:59 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FCF633BDF5 for ; Mon, 10 Jun 2024 18:16:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD37415F7 for ; Mon, 10 Jun 2024 18:16:56 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1718043403.81eb7d969ef051b62c2e3d8ea21d375283f9d7bd.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/grs/grs-0.7.ebuild app-portage/grs/grs-0.8-r1.ebuild app-portage/grs/grs-9999.ebuild X-VCS-Directories: app-portage/grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 81eb7d969ef051b62c2e3d8ea21d375283f9d7bd X-VCS-Branch: master Date: Mon, 10 Jun 2024 18:16:56 +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: 3e844495-b234-4690-a0de-56a6676cc7c6 X-Archives-Hash: 21ebda9c43c14d759b8dec84aeb83831 commit: 81eb7d969ef051b62c2e3d8ea21d375283f9d7bd Author: Anthony G. Basile gentoo org> AuthorDate: Mon Jun 10 18:15:28 2024 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Jun 10 18:16:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81eb7d96 app-portage/grs: enable py3.12 CLOSES: https://bugs.gentoo.org/929353 Signed-off-by: Anthony G. Basile gentoo.org> app-portage/grs/grs-0.7.ebuild | 4 ++-- app-portage/grs/grs-0.8-r1.ebuild | 4 ++-- app-portage/grs/grs-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-portage/grs/grs-0.7.ebuild b/app-portage/grs/grs-0.7.ebuild index f4ad029668a2..fa147f46b7b1 100644 --- a/app-portage/grs/grs-0.7.ebuild +++ b/app-portage/grs/grs-0.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{10,11,12} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 linux-info diff --git a/app-portage/grs/grs-0.8-r1.ebuild b/app-portage/grs/grs-0.8-r1.ebuild index c9da5b2394a2..ef4a845d146a 100644 --- a/app-portage/grs/grs-0.8-r1.ebuild +++ b/app-portage/grs/grs-0.8-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{10,11,12} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 linux-info diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild index 540cf24b2eb6..6660fda0bc15 100644 --- a/app-portage/grs/grs-9999.ebuild +++ b/app-portage/grs/grs-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{10,11,12} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 linux-info