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 06A6F1382C5 for ; Sun, 14 Mar 2021 05:36:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 257D0E0869; Sun, 14 Mar 2021 05:36:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B15F6E0869 for ; Sun, 14 Mar 2021 05:36:35 +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 1FCEA335D47 for ; Sun, 14 Mar 2021 05:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77B41591 for ; Sun, 14 Mar 2021 05:36:30 +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: <1615700177.bdbc75e38c6b73a6043b63b2660e83a9c312ae24.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.4.3.ebuild X-VCS-Directories: x11-misc/polybar/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: bdbc75e38c6b73a6043b63b2660e83a9c312ae24 X-VCS-Branch: master Date: Sun, 14 Mar 2021 05:36:30 +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: 603feb3f-574f-4d29-83a0-da973a192a72 X-Archives-Hash: 59dc6841cbec50e11ee21fc4fa90d709 commit: bdbc75e38c6b73a6043b63b2660e83a9c312ae24 Author: John Helmert III gentoo org> AuthorDate: Sun Mar 14 05:33:38 2021 +0000 Commit: John Helmert III gentoo org> CommitDate: Sun Mar 14 05:36:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbc75e3 x11-misc/polybar: 3.4.3 python bump Signed-off-by: John Helmert III gentoo.org> x11-misc/polybar/polybar-3.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/polybar/polybar-3.4.3.ebuild b/x11-misc/polybar/polybar-3.4.3.ebuild index 86a47278693..bb2d1dab4f8 100644 --- a/x11-misc/polybar/polybar-3.4.3.ebuild +++ b/x11-misc/polybar/polybar-3.4.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) XPP_COMMIT="8c019e6d7fefd2468791bc1cbf90d68ff7c1ba33" I3IPCPP_COMMIT="21ce9060ac7c502225fdbd2f200b1cbdd8eca08d"