summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-11-11 20:07:35 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-11-11 20:12:59 +0200
commit52e7f1edbe3c874887bde17824e83bf6597d7029 (patch)
tree347f6c5a3f4f6ca3d44775cd683261979179b06c /gui-libs
parentgui-libs/gtk-layer-shell: add 0.8.0 (diff)
downloadgentoo-52e7f1edbe3c874887bde17824e83bf6597d7029.tar.gz
gentoo-52e7f1edbe3c874887bde17824e83bf6597d7029.tar.bz2
gentoo-52e7f1edbe3c874887bde17824e83bf6597d7029.zip
gui-libs/gtk-layer-shell: enable py3.11 on 0.8.0
- and ass missing BDEPEND for xorg-proto. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r--gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.0.ebuild3
1 files changed, 2 insertions, 1 deletions
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 97c8b95bf9be..af38d280c13d 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..10} )
+PYTHON_COMPAT=( python3_{8..11} )
VALA_USE_DEPEND="vapigen"
inherit vala meson python-any-r1
@@ -34,6 +34,7 @@ RDEPEND="${DEPEND}"
BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig
+ x11-base/xorg-proto
gtk-doc? ( dev-util/gtk-doc )
test? ( ${PYTHON_DEPS} )
vala? ( $(vala_depend) )