diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-02-05 22:58:16 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-02-05 22:58:16 +0000 |
commit | 7d009d957b874bf1c6c9ad92112b23abe505d3bc (patch) | |
tree | 35c944ff8895db6e7db5b1caee91d3f400df53de /dev-libs/weston | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.10.98 (diff) | |
download | gentoo-7d009d957b874bf1c6c9ad92112b23abe505d3bc.tar.gz gentoo-7d009d957b874bf1c6c9ad92112b23abe505d3bc.tar.bz2 gentoo-7d009d957b874bf1c6c9ad92112b23abe505d3bc.zip |
dev-libs/weston: Add new but missing Python build dependency
Closes: https://bugs.gentoo.org/832763
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-10.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/weston/weston-9999.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-libs/weston/weston-10.0.0.ebuild b/dev-libs/weston/weston-10.0.0.ebuild index 5ab9746b8514..ef2891bf73bb 100644 --- a/dev-libs/weston/weston-10.0.0.ebuild +++ b/dev-libs/weston/weston-10.0.0.ebuild @@ -9,7 +9,8 @@ if [[ ${PV} = 9999* ]]; then EXPERIMENTAL="true" fi -inherit meson readme.gentoo-r1 xdg-utils ${GIT_ECLASS} +PYTHON_COMPAT=( python3_{9..10} ) +inherit meson python-any-r1 readme.gentoo-r1 xdg-utils ${GIT_ECLASS} DESCRIPTION="Wayland reference compositor" HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston" @@ -91,6 +92,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + ${PYTHON_DEPS} virtual/pkgconfig " diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 478f60d2b893..38b24ee38007 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -9,7 +9,8 @@ if [[ ${PV} = 9999* ]]; then EXPERIMENTAL="true" fi -inherit meson readme.gentoo-r1 xdg-utils ${GIT_ECLASS} +PYTHON_COMPAT=( python3_{9..10} ) +inherit meson python-any-r1 readme.gentoo-r1 xdg-utils ${GIT_ECLASS} DESCRIPTION="Wayland reference compositor" HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston" @@ -91,6 +92,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + ${PYTHON_DEPS} virtual/pkgconfig " |