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 6DF48158091 for ; Sat, 11 Jun 2022 15:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4F4AE07C9; Sat, 11 Jun 2022 15:07:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8CAE7E07C9 for ; Sat, 11 Jun 2022 15:07:25 +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 992DB341904 for ; Sat, 11 Jun 2022 15:07:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E631E475 for ; Sat, 11 Jun 2022 15:07:22 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1654960013.c57258ee1c9332b56c73ed0727c89e46aa38a4ca.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-paint/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild X-VCS-Directories: net-wireless/gr-paint/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: c57258ee1c9332b56c73ed0727c89e46aa38a4ca X-VCS-Branch: master Date: Sat, 11 Jun 2022 15:07:22 +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: d9005ae8-1473-4d20-b153-034d0a17431b X-Archives-Hash: b13df6dc64685b7e7de68f2fe0cbe548 commit: c57258ee1c9332b56c73ed0727c89e46aa38a4ca Author: Thomas Beierlein gentoo org> AuthorDate: Sat Jun 11 15:06:27 2022 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sat Jun 11 15:06:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57258ee net-wireless/gr-paint: Add Python3.10 support Signed-off-by: Thomas Beierlein gentoo.org> net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild index aad1eb07b45d..29e3d30c09af 100644 --- a/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild +++ b/net-wireless/gr-paint/gr-paint-0.0_p20200517-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 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) if [[ ${PV} == 9999* ]]; then inherit git-r3