www-client/icecat: disable py3.8
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
765ffbd0ac
commit
2a8a8b874d
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Ebuild is based on the Firefox ebuilds in the main repo
|
||||
@ -10,7 +10,7 @@ FIREFOX_PATCHSET="firefox-102esr-patches-07j.tar.xz"
|
||||
|
||||
LLVM_MAX_SLOT=15
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_REQ_USE="ncurses,sqlite,ssl"
|
||||
|
||||
WANT_AUTOCONF="2.1"
|
||||
|
Loading…
Reference in New Issue
Block a user