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 82EFA158086 for ; Fri, 31 Dec 2021 14:25:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A9E72BC00D; Fri, 31 Dec 2021 14:25:26 +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 7743E2BC00D for ; Fri, 31 Dec 2021 14:25:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAD44342C82 for ; Fri, 31 Dec 2021 14:25:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E8571C6 for ; Fri, 31 Dec 2021 14:25:20 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1640960709.dbe85740ce30d77685965423a5c07b9ca8f13240.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/alacarte/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/alacarte/alacarte-3.42.0.ebuild X-VCS-Directories: x11-misc/alacarte/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: dbe85740ce30d77685965423a5c07b9ca8f13240 X-VCS-Branch: master Date: Fri, 31 Dec 2021 14:25:20 +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: 6607853a-aee2-4b1b-b4a3-657cc3c22b45 X-Archives-Hash: 5f9452337b5fb3af830b4c3e5661b4aa commit: dbe85740ce30d77685965423a5c07b9ca8f13240 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Dec 31 14:24:56 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Dec 31 14:25:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe85740 x11-misc/alacarte: enable py3.10 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> x11-misc/alacarte/alacarte-3.42.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/alacarte/alacarte-3.42.0.ebuild b/x11-misc/alacarte/alacarte-3.42.0.ebuild index 6ed197189c5b..62b1a5d3625f 100644 --- a/x11-misc/alacarte/alacarte-3.42.0.ebuild +++ b/x11-misc/alacarte/alacarte-3.42.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE="xml" inherit gnome2 python-single-r1