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 A4D1D15800A for ; Fri, 18 Aug 2023 10:54:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EB3A2BC014; Fri, 18 Aug 2023 10:54: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E93D72BC014 for ; Fri, 18 Aug 2023 10:54:10 +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 0322F335C0B for ; Fri, 18 Aug 2023 10:54:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8999AFB5 for ; Fri, 18 Aug 2023 10:54:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1692355998.df8e5c3eef098554b4201b616f4bf5c8c8d5b045.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd-utils/systemd-utils-253.5.ebuild sys-apps/systemd-utils/systemd-utils-253.6.ebuild sys-apps/systemd-utils/systemd-utils-253.7.ebuild sys-apps/systemd-utils/systemd-utils-253.8.ebuild X-VCS-Directories: sys-apps/systemd-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df8e5c3eef098554b4201b616f4bf5c8c8d5b045 X-VCS-Branch: master Date: Fri, 18 Aug 2023 10:54:08 +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: 9fb6479c-f081-4ed4-ae16-ed0be7af5e1a X-Archives-Hash: ce02ede4e65ba9a946c82bfe9ced13cd commit: df8e5c3eef098554b4201b616f4bf5c8c8d5b045 Author: Sam James gentoo org> AuthorDate: Fri Aug 18 10:53:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 18 10:53:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8e5c3e sys-apps/systemd-utils: disable py3.12 See the discussion in bug #911418. Bug: https://bugs.gentoo.org/911418 Bug: https://bugs.gentoo.org/911990 Signed-off-by: Sam James gentoo.org> sys-apps/systemd-utils/systemd-utils-253.5.ebuild | 2 +- sys-apps/systemd-utils/systemd-utils-253.6.ebuild | 2 +- sys-apps/systemd-utils/systemd-utils-253.7.ebuild | 2 +- sys-apps/systemd-utils/systemd-utils-253.8.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/systemd-utils/systemd-utils-253.5.ebuild b/sys-apps/systemd-utils/systemd-utils-253.5.ebuild index ce13ed37ce57..fe557dadef3c 100644 --- a/sys-apps/systemd-utils/systemd-utils-253.5.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-253.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) QA_PKGCONFIG_VERSION=$(ver_cut 1) diff --git a/sys-apps/systemd-utils/systemd-utils-253.6.ebuild b/sys-apps/systemd-utils/systemd-utils-253.6.ebuild index 6a42f0fff537..b0af755e370d 100644 --- a/sys-apps/systemd-utils/systemd-utils-253.6.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-253.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) QA_PKGCONFIG_VERSION=$(ver_cut 1) diff --git a/sys-apps/systemd-utils/systemd-utils-253.7.ebuild b/sys-apps/systemd-utils/systemd-utils-253.7.ebuild index 49d0f39faa66..c06d1b1a0d0c 100644 --- a/sys-apps/systemd-utils/systemd-utils-253.7.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-253.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) QA_PKGCONFIG_VERSION=$(ver_cut 1) diff --git a/sys-apps/systemd-utils/systemd-utils-253.8.ebuild b/sys-apps/systemd-utils/systemd-utils-253.8.ebuild index 49d0f39faa66..c06d1b1a0d0c 100644 --- a/sys-apps/systemd-utils/systemd-utils-253.8.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-253.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) QA_PKGCONFIG_VERSION=$(ver_cut 1)