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 398C8158094 for ; Fri, 8 Jul 2022 00:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37BADE0BD3; Fri, 8 Jul 2022 00:57:58 +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 CCB1AE0BD0 for ; Fri, 8 Jul 2022 00:57:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7B438340DE5 for ; Fri, 8 Jul 2022 00:57:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD4B6529 for ; Fri, 8 Jul 2022 00:57:54 +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: <1657241786.25e06742a2a68c21b25d12a4354db15f8d8f445a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/galera/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/galera/galera-25.3.28-r2.ebuild sys-cluster/galera/galera-26.4.10-r1.ebuild sys-cluster/galera/galera-26.4.8-r1.ebuild X-VCS-Directories: sys-cluster/galera/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 25e06742a2a68c21b25d12a4354db15f8d8f445a X-VCS-Branch: master Date: Fri, 8 Jul 2022 00:57:54 +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: 3c97bdd9-c94b-4e34-9a66-7ddeaae9fe2b X-Archives-Hash: 216e90ab94f9c9eb313d80f184150e18 commit: 25e06742a2a68c21b25d12a4354db15f8d8f445a Author: Sam James gentoo org> AuthorDate: Fri Jul 8 00:55:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 8 00:56:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e06742 sys-cluster/galera: add Python 3.10 Closes: https://bugs.gentoo.org/846317 Signed-off-by: Sam James gentoo.org> sys-cluster/galera/galera-25.3.28-r2.ebuild | 2 +- sys-cluster/galera/galera-26.4.10-r1.ebuild | 4 ++-- sys-cluster/galera/galera-26.4.8-r1.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-cluster/galera/galera-25.3.28-r2.ebuild b/sys-cluster/galera/galera-25.3.28-r2.ebuild index cd22b40b4718..ba955276dbd0 100644 --- a/sys-cluster/galera/galera-25.3.28-r2.ebuild +++ b/sys-cluster/galera/galera-25.3.28-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic diff --git a/sys-cluster/galera/galera-26.4.10-r1.ebuild b/sys-cluster/galera/galera-26.4.10-r1.ebuild index 9e68c73486b2..fcede7c434f9 100644 --- a/sys-cluster/galera/galera-26.4.10-r1.ebuild +++ b/sys-cluster/galera/galera-26.4.10-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic diff --git a/sys-cluster/galera/galera-26.4.8-r1.ebuild b/sys-cluster/galera/galera-26.4.8-r1.ebuild index 18c45857880e..2e2ccc7516c9 100644 --- a/sys-cluster/galera/galera-26.4.8-r1.ebuild +++ b/sys-cluster/galera/galera-26.4.8-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic