commit:     22087145b8d6ae3afa0b1298b82dc806c061dd28
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 01:30:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 01:30:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22087145

gui-libs/gtk-layer-shell: disable py3.7

We're a bit behind in Gentoo and bug has been open since the start
of the year, so maintainer timeout for this + previous commit.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-libs/gtk-layer-shell/gtk-layer-shell-0.6.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.6.0.ebuild 
b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.6.0.ebuild
index 8ea5205fb4c..5273f2c8acd 100644
--- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.6.0.ebuild
+++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit meson python-any-r1
 
 if [[ ${PV} == 9999 ]]; then
@@ -23,7 +23,7 @@ IUSE="examples gtk-doc test"
 RESTRICT="!test? ( test )"
 
 DEPEND="
-       >=x11-libs/gtk+-3.22.0:3[introspection,wayland]
+       >=x11-libs/gtk+-3.24.26:3[introspection,wayland]
        >=dev-libs/wayland-1.10.0
        >=dev-libs/wayland-protocols-1.16
 "
@@ -35,6 +35,7 @@ BDEPEND="
 "
 
 src_configure() {
+       # Note: next release makes introspection optional
        local emesonargs=(
                $(meson_use examples)
                $(meson_use gtk-doc docs)

Reply via email to