diff options
author | Marcin Deranek <marcin.deranek@slonko.net> | 2022-07-25 09:45:41 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-07-29 14:57:10 -0400 |
commit | 88ccdf06142222cc509047494a8ef8a7c7618a65 (patch) | |
tree | 45e34434018ce07b943c5c2dddfb34545e1ef5d6 /www-apps/cgit | |
parent | dev-libs/libwacom: Version bump to 2.4.0 (diff) | |
download | gentoo-88ccdf06142222cc509047494a8ef8a7c7618a65.tar.gz gentoo-88ccdf06142222cc509047494a8ef8a7c7618a65.tar.bz2 gentoo-88ccdf06142222cc509047494a8ef8a7c7618a65.zip |
www-apps/cgit: Update compatible python list
Closes: https://bugs.gentoo.org/856118
Closes: https://github.com/gentoo/gentoo/pull/26585
Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'www-apps/cgit')
-rw-r--r-- | www-apps/cgit/cgit-1.2.3-r200.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/cgit/cgit-1.2.3-r200.ebuild b/www-apps/cgit/cgit-1.2.3-r200.ebuild index 3029f760db0f..2794730845ec 100644 --- a/www-apps/cgit/cgit-1.2.3-r200.ebuild +++ b/www-apps/cgit/cgit-1.2.3-r200.ebuild @@ -5,7 +5,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..2} luajit ) -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) WEBAPP_MANUAL_SLOT="yes" |