www-client/icecat: disable py3.8

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-01-19 18:45:31 +02:00
parent 765ffbd0ac
commit 2a8a8b874d
No known key found for this signature in database
GPG Key ID: A12750536B5E7010

View File

@ -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"