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 A1B8A158086 for ; Mon, 22 Nov 2021 09:44:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFB21E086F; Mon, 22 Nov 2021 09:44:55 +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 988CBE0866 for ; Mon, 22 Nov 2021 09:44:55 +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 27E253432D6 for ; Mon, 22 Nov 2021 09:44:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85D171D6 for ; Mon, 22 Nov 2021 09:44:52 +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: <1637573738.ad0cd41c20aaf42cd68919a13e354174495ce15e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/system-config-printer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/system-config-printer/system-config-printer-1.5.15.ebuild X-VCS-Directories: app-admin/system-config-printer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ad0cd41c20aaf42cd68919a13e354174495ce15e X-VCS-Branch: master Date: Mon, 22 Nov 2021 09:44:52 +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: 26f6eaf8-1291-49bf-a130-e805b8e43b2a X-Archives-Hash: a9230595a63e51bb746672527b45591a commit: ad0cd41c20aaf42cd68919a13e354174495ce15e Author: Miezhiko gmail com> AuthorDate: Mon Nov 22 08:48:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 22 09:35:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0cd41c app-admin/system-config-printer: python 3.10 support Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Miezhiko gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23031 Signed-off-by: Sam James gentoo.org> app-admin/system-config-printer/system-config-printer-1.5.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/system-config-printer/system-config-printer-1.5.15.ebuild b/app-admin/system-config-printer/system-config-printer-1.5.15.ebuild index c6fe92daae4a..0b2854a95b71 100644 --- a/app-admin/system-config-printer/system-config-printer-1.5.15.ebuild +++ b/app-admin/system-config-printer/system-config-printer-1.5.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml" inherit python-single-r1 systemd xdg