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 /gui-libs
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 'gui-libs')
-rw-r--r--gui-libs/gtk-layer-shell/gtk-layer-shell-0.7.0.ebuild4
-rw-r--r--gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild2
-rw-r--r--gui-libs/gtk/gtk-4.8.2-r1.ebuild4
-rw-r--r--gui-libs/gtk/gtk-4.8.3.ebuild4
-rw-r--r--gui-libs/libadwaita/libadwaita-1.2.0.ebuild2
-rw-r--r--gui-libs/libadwaita/libadwaita-1.2.1.ebuild2
-rw-r--r--gui-libs/vte-common/vte-common-0.70.2.ebuild4
-rw-r--r--gui-libs/vte/vte-0.70.2.ebuild4
8 files changed, 13 insertions, 13 deletions
diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.7.0.ebuild b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.7.0.ebuild
index d70f63f960d2..69d6f80c4c94 100644
--- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.7.0.ebuild
+++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.7.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-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} )
inherit meson python-any-r1
if [[ ${PV} == 9999 ]]; then
diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild
index 5dab7425a6bf..3af37238976b 100644
--- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild
+++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
VALA_USE_DEPEND="vapigen"
inherit vala meson python-any-r1
diff --git a/gui-libs/gtk/gtk-4.8.2-r1.ebuild b/gui-libs/gtk/gtk-4.8.2-r1.ebuild
index ba936214778b..7567590dad32 100644
--- a/gui-libs/gtk/gtk-4.8.2-r1.ebuild
+++ b/gui-libs/gtk/gtk-4.8.2-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..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit gnome.org gnome2-utils meson optfeature python-any-r1 virtualx xdg
DESCRIPTION="GTK is a multi-platform toolkit for creating graphical user interfaces"
diff --git a/gui-libs/gtk/gtk-4.8.3.ebuild b/gui-libs/gtk/gtk-4.8.3.ebuild
index 089c19af93ad..592136afe5bd 100644
--- a/gui-libs/gtk/gtk-4.8.3.ebuild
+++ b/gui-libs/gtk/gtk-4.8.3.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..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit gnome.org gnome2-utils meson optfeature python-any-r1 virtualx xdg
DESCRIPTION="GTK is a multi-platform toolkit for creating graphical user interfaces"
diff --git a/gui-libs/libadwaita/libadwaita-1.2.0.ebuild b/gui-libs/libadwaita/libadwaita-1.2.0.ebuild
index a13b70aedcca..52a477498eb5 100644
--- a/gui-libs/libadwaita/libadwaita-1.2.0.ebuild
+++ b/gui-libs/libadwaita/libadwaita-1.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit gnome.org meson python-any-r1 vala virtualx
DESCRIPTION="Building blocks for modern adaptive GNOME applications"
diff --git a/gui-libs/libadwaita/libadwaita-1.2.1.ebuild b/gui-libs/libadwaita/libadwaita-1.2.1.ebuild
index e54e71706ad9..11c36e9c0796 100644
--- a/gui-libs/libadwaita/libadwaita-1.2.1.ebuild
+++ b/gui-libs/libadwaita/libadwaita-1.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit gnome.org meson python-any-r1 vala virtualx
DESCRIPTION="Building blocks for modern adaptive GNOME applications"
diff --git a/gui-libs/vte-common/vte-common-0.70.2.ebuild b/gui-libs/vte-common/vte-common-0.70.2.ebuild
index a42b8580b6ad..44ab6a6c0af9 100644
--- a/gui-libs/vte-common/vte-common-0.70.2.ebuild
+++ b/gui-libs/vte-common/vte-common-0.70.2.ebuild
@@ -1,8 +1,8 @@
-# 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..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit gnome.org meson python-any-r1
diff --git a/gui-libs/vte/vte-0.70.2.ebuild b/gui-libs/vte/vte-0.70.2.ebuild
index 4bd3ea5e4e6f..41b6f2286eb9 100644
--- a/gui-libs/vte/vte-0.70.2.ebuild
+++ b/gui-libs/vte/vte-0.70.2.ebuild
@@ -1,8 +1,8 @@
-# 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..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit gnome.org meson python-any-r1 vala xdg