summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-01-14 13:51:19 +0100
committerDavid Seifert <soap@gentoo.org>2023-01-14 13:51:19 +0100
commited468028e725c9580a7b2ee02d6b7b9375f7a0b2 (patch)
tree3a39616d9a763db526cec9d2562da20ec1c456a8 /www-client
parentsci-mathematics/form: bump to 4.3.0 (diff)
downloadgentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.gz
gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.bz2
gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.zip
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/chromium/chromium-108.0.5359.124.ebuild4
-rw-r--r--www-client/chromium/chromium-109.0.5414.74-r1.ebuild2
-rw-r--r--www-client/chromium/chromium-110.0.5481.24.ebuild2
-rw-r--r--www-client/elinks/elinks-0.13.5-r100.ebuild4
-rw-r--r--www-client/elinks/elinks-0.15.1-r1.ebuild4
-rw-r--r--www-client/elinks/elinks-0.16.0.ebuild4
-rw-r--r--www-client/elinks/elinks-9999.ebuild4
-rw-r--r--www-client/falkon/falkon-22.04.3-r1.ebuild4
-rw-r--r--www-client/falkon/falkon-22.08.3.ebuild4
-rw-r--r--www-client/falkon/falkon-22.12.1.ebuild2
-rw-r--r--www-client/firefox/firefox-102.6.0.ebuild4
-rw-r--r--www-client/firefox/firefox-108.0.2.ebuild2
-rw-r--r--www-client/pybugz/pybugz-0.13-r2.ebuild4
-rw-r--r--www-client/pybugz/pybugz-9999.ebuild4
-rw-r--r--www-client/seamonkey/seamonkey-2.53.14-r2.ebuild4
15 files changed, 26 insertions, 26 deletions
diff --git a/www-client/chromium/chromium-108.0.5359.124.ebuild b/www-client/chromium/chromium-108.0.5359.124.ebuild
index b53f100d69d8..941cc19587f6 100644
--- a/www-client/chromium/chromium-108.0.5359.124.ebuild
+++ b/www-client/chromium/chromium-108.0.5359.124.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2009-2022 Gentoo Authors
+# Copyright 2009-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="xml(+)"
LLVM_MAX_SLOT=15
diff --git a/www-client/chromium/chromium-109.0.5414.74-r1.ebuild b/www-client/chromium/chromium-109.0.5414.74-r1.ebuild
index 67a1e38d6624..e49d398a2e91 100644
--- a/www-client/chromium/chromium-109.0.5414.74-r1.ebuild
+++ b/www-client/chromium/chromium-109.0.5414.74-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="xml(+)"
LLVM_MAX_SLOT=15
diff --git a/www-client/chromium/chromium-110.0.5481.24.ebuild b/www-client/chromium/chromium-110.0.5481.24.ebuild
index 9e7e8cf1e125..ae61400ee897 100644
--- a/www-client/chromium/chromium-110.0.5481.24.ebuild
+++ b/www-client/chromium/chromium-110.0.5481.24.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="xml(+)"
LLVM_MAX_SLOT=15
diff --git a/www-client/elinks/elinks-0.13.5-r100.ebuild b/www-client/elinks/elinks-0.13.5-r100.ebuild
index a3b49623550e..66ffafc79ca7 100644
--- a/www-client/elinks/elinks-0.13.5-r100.ebuild
+++ b/www-client/elinks/elinks-0.13.5-r100.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
LUA_COMPAT=( lua5-{1,2} )
inherit autotools lua-single python-any-r1
diff --git a/www-client/elinks/elinks-0.15.1-r1.ebuild b/www-client/elinks/elinks-0.15.1-r1.ebuild
index 1ce0f06489b9..920256b665b5 100644
--- a/www-client/elinks/elinks-0.15.1-r1.ebuild
+++ b/www-client/elinks/elinks-0.15.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
LUA_COMPAT=( lua5-{1,2,3,4} luajit )
inherit meson lua-single python-any-r1
diff --git a/www-client/elinks/elinks-0.16.0.ebuild b/www-client/elinks/elinks-0.16.0.ebuild
index c6a436b48a77..96db7e4ff653 100644
--- a/www-client/elinks/elinks-0.16.0.ebuild
+++ b/www-client/elinks/elinks-0.16.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
LUA_COMPAT=( lua5-{1,2,3,4} luajit )
inherit meson lua-single python-any-r1
diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild
index 4c021b32fc24..22a9a96dd86b 100644
--- a/www-client/elinks/elinks-9999.ebuild
+++ b/www-client/elinks/elinks-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
LUA_COMPAT=( lua5-{1,2,3,4} luajit )
inherit meson lua-single python-any-r1
diff --git a/www-client/falkon/falkon-22.04.3-r1.ebuild b/www-client/falkon/falkon-22.04.3-r1.ebuild
index 33e3b746bea1..d2945003ae0e 100644
--- a/www-client/falkon/falkon-22.04.3-r1.ebuild
+++ b/www-client/falkon/falkon-22.04.3-r1.ebuild
@@ -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
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
ECM_TEST="true"
KFMIN=5.92.0
QTMIN=5.15.5
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
VIRTUALX_REQUIRED="test"
inherit ecm gear.kde.org python-single-r1
diff --git a/www-client/falkon/falkon-22.08.3.ebuild b/www-client/falkon/falkon-22.08.3.ebuild
index f41baf2bd18a..7b5f3714060b 100644
--- a/www-client/falkon/falkon-22.08.3.ebuild
+++ b/www-client/falkon/falkon-22.08.3.ebuild
@@ -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
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
ECM_TEST="true"
KFMIN=5.96.0
QTMIN=5.15.5
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
VIRTUALX_REQUIRED="test"
inherit ecm gear.kde.org python-single-r1
diff --git a/www-client/falkon/falkon-22.12.1.ebuild b/www-client/falkon/falkon-22.12.1.ebuild
index e2e893932cbd..8cc36f063e33 100644
--- a/www-client/falkon/falkon-22.12.1.ebuild
+++ b/www-client/falkon/falkon-22.12.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
ECM_TEST="true"
KFMIN=5.101.0
QTMIN=5.15.5
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
VIRTUALX_REQUIRED="test"
inherit ecm gear.kde.org python-single-r1
diff --git a/www-client/firefox/firefox-102.6.0.ebuild b/www-client/firefox/firefox-102.6.0.ebuild
index ff94047417e0..27e1af98b35d 100644
--- a/www-client/firefox/firefox-102.6.0.ebuild
+++ b/www-client/firefox/firefox-102.6.0.ebuild
@@ -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
EAPI=8
@@ -7,7 +7,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"
diff --git a/www-client/firefox/firefox-108.0.2.ebuild b/www-client/firefox/firefox-108.0.2.ebuild
index a231c6540f2f..1413e2a124b4 100644
--- a/www-client/firefox/firefox-108.0.2.ebuild
+++ b/www-client/firefox/firefox-108.0.2.ebuild
@@ -7,7 +7,7 @@ FIREFOX_PATCHSET="firefox-108-patches-03j.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"
diff --git a/www-client/pybugz/pybugz-0.13-r2.ebuild b/www-client/pybugz/pybugz-0.13-r2.ebuild
index 45b420dc139b..f70e1f840b79 100644
--- a/www-client/pybugz/pybugz-0.13-r2.ebuild
+++ b/www-client/pybugz/pybugz-0.13-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="readline(+),ssl(+)"
if [ "${PV}" = "9999" ]; then
diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild
index 3d779079c02d..904ddb96d258 100644
--- a/www-client/pybugz/pybugz-9999.ebuild
+++ b/www-client/pybugz/pybugz-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="readline(+),ssl(+)"
if [ "${PV}" = "9999" ]; then
diff --git a/www-client/seamonkey/seamonkey-2.53.14-r2.ebuild b/www-client/seamonkey/seamonkey-2.53.14-r2.ebuild
index b5f0327f791e..948f4857022b 100644
--- a/www-client/seamonkey/seamonkey-2.53.14-r2.ebuild
+++ b/www-client/seamonkey/seamonkey-2.53.14-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
WANT_AUTOCONF="2.1"
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
# This list can be updated with scripts/get_langs.sh from the mozilla overlay