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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FC7B1382C5 for ; Tue, 25 May 2021 19:01:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99409E076B; Tue, 25 May 2021 19:01:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81A88E076B for ; Tue, 25 May 2021 19:01:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B0DA335CD4 for ; Tue, 25 May 2021 19:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE9F6795 for ; Tue, 25 May 2021 19:01:14 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1621969268.12130fc62c87dbd1c98b3bc7c70093ed223a68cc.mattst88@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.36.0.ebuild X-VCS-Directories: x11-misc/alacarte/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 12130fc62c87dbd1c98b3bc7c70093ed223a68cc X-VCS-Branch: master Date: Tue, 25 May 2021 19:01:14 +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: b3125584-26f1-4ce7-b263-e2b07558d003 X-Archives-Hash: f8f4d96057f35fd6302c899698df0e4b commit: 12130fc62c87dbd1c98b3bc7c70093ed223a68cc Author: Matt Turner gentoo org> AuthorDate: Tue May 25 19:00:16 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 25 19:01:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12130fc6 x11-misc/alacarte: Add Python 3.9 support Signed-off-by: Matt Turner gentoo.org> x11-misc/alacarte/alacarte-3.36.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/alacarte/alacarte-3.36.0.ebuild b/x11-misc/alacarte/alacarte-3.36.0.ebuild index 5a2ea11ced1..46c67df8409 100644 --- a/x11-misc/alacarte/alacarte-3.36.0.ebuild +++ b/x11-misc/alacarte/alacarte-3.36.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="xml" inherit gnome2 python-single-r1