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 ADE32158087 for ; Sun, 30 Jan 2022 01:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF2C52BC006; Sun, 30 Jan 2022 01:47:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC4962BC006 for ; Sun, 30 Jan 2022 01:47:11 +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 11E0A343079 for ; Sun, 30 Jan 2022 01:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9650C2B2 for ; Sun, 30 Jan 2022 01:47:08 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1643507185.15b507142ee56d4d1f9293be3bacefd9ae5b66ab.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/polybar/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/polybar/polybar-3.5.7.ebuild X-VCS-Directories: x11-misc/polybar/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 15b507142ee56d4d1f9293be3bacefd9ae5b66ab X-VCS-Branch: master Date: Sun, 30 Jan 2022 01:47:08 +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: 593c1409-77d0-4b2c-ba79-af30533cfe25 X-Archives-Hash: 9f0d2710e0bbc69933b440a80961c1f8 commit: 15b507142ee56d4d1f9293be3bacefd9ae5b66ab Author: John Helmert III gentoo org> AuthorDate: Sun Jan 30 01:45:04 2022 +0000 Commit: John Helmert III gentoo org> CommitDate: Sun Jan 30 01:46:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b50714 x11-misc/polybar: enable py3.10 Signed-off-by: John Helmert III gentoo.org> x11-misc/polybar/polybar-3.5.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/polybar/polybar-3.5.7.ebuild b/x11-misc/polybar/polybar-3.5.7.ebuild index d36b8fef936b..0086e86f6492 100644 --- a/x11-misc/polybar/polybar-3.5.7.ebuild +++ b/x11-misc/polybar/polybar-3.5.7.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_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) XPP_COMMIT="044e69d05db7f89339bda1ccd1efe0263b01c8f6" I3IPCPP_COMMIT="86ddf7102c6903ae0cc543071e2d375403fc0727"