Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/cgit/
Date: Fri, 29 Jul 2022 18:57:22
Message-Id: 1659121030.88ccdf06142222cc509047494a8ef8a7c7618a65.mattst88@gentoo
1 commit: 88ccdf06142222cc509047494a8ef8a7c7618a65
2 Author: Marcin Deranek <marcin.deranek <AT> slonko <DOT> net>
3 AuthorDate: Mon Jul 25 07:45:41 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 18:57:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ccdf06
7
8 www-apps/cgit: Update compatible python list
9
10 Closes: https://bugs.gentoo.org/856118
11 Closes: https://github.com/gentoo/gentoo/pull/26585
12 Signed-off-by: Marcin Deranek <marcin.deranek <AT> slonko.net>
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 www-apps/cgit/cgit-1.2.3-r200.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/www-apps/cgit/cgit-1.2.3-r200.ebuild b/www-apps/cgit/cgit-1.2.3-r200.ebuild
19 index 3029f760db0f..2794730845ec 100644
20 --- a/www-apps/cgit/cgit-1.2.3-r200.ebuild
21 +++ b/www-apps/cgit/cgit-1.2.3-r200.ebuild
22 @@ -5,7 +5,7 @@ EAPI=7
23
24 LUA_COMPAT=( lua5-{1..2} luajit )
25
26 -PYTHON_COMPAT=( python3_{7..9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28
29 WEBAPP_MANUAL_SLOT="yes"