Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/polybar/
Date: Sun, 30 Jan 2022 01:47:16
Message-Id: 1643507185.15b507142ee56d4d1f9293be3bacefd9ae5b66ab.ajak@gentoo
1 commit: 15b507142ee56d4d1f9293be3bacefd9ae5b66ab
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 01:45:04 2022 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 01:46:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b50714
7
8 x11-misc/polybar: enable py3.10
9
10 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
11
12 x11-misc/polybar/polybar-3.5.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-misc/polybar/polybar-3.5.7.ebuild b/x11-misc/polybar/polybar-3.5.7.ebuild
16 index d36b8fef936b..0086e86f6492 100644
17 --- a/x11-misc/polybar/polybar-3.5.7.ebuild
18 +++ b/x11-misc/polybar/polybar-3.5.7.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{8,9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 XPP_COMMIT="044e69d05db7f89339bda1ccd1efe0263b01c8f6"
29 I3IPCPP_COMMIT="86ddf7102c6903ae0cc543071e2d375403fc0727"