From 22087145b8d6ae3afa0b1298b82dc806c061dd28 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 12 Nov 2021 01:30:43 +0000 Subject: 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 --- gui-libs/gtk-layer-shell/gtk-layer-shell-0.6.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gui-libs/gtk-layer-shell') 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 8ea5205fb4cd..5273f2c8acd0 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) -- cgit v1.2.3-65-gdbad