summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-12 01:30:43 +0000
committerSam James <sam@gentoo.org>2021-11-12 01:30:53 +0000
commit22087145b8d6ae3afa0b1298b82dc806c061dd28 (patch)
tree1e02f575459d9ab32a60328a3f80275f3ee474d6 /gui-libs/gtk-layer-shell
parentgui-libs/gtk-layer-shell: Bump to version 0.6.0 (diff)
downloadgentoo-22087145b8d6ae3afa0b1298b82dc806c061dd28.tar.gz
gentoo-22087145b8d6ae3afa0b1298b82dc806c061dd28.tar.bz2
gentoo-22087145b8d6ae3afa0b1298b82dc806c061dd28.zip
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@gentoo.org>
Diffstat (limited to 'gui-libs/gtk-layer-shell')
-rw-r--r--gui-libs/gtk-layer-shell/gtk-layer-shell-0.6.0.ebuild5
1 files 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 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)