Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/
Date: Sat, 05 Feb 2022 22:58:55
Message-Id: 1644101896.7d009d957b874bf1c6c9ad92112b23abe505d3bc.chewi@gentoo
1 commit: 7d009d957b874bf1c6c9ad92112b23abe505d3bc
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 5 22:58:16 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 5 22:58:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d009d95
7
8 dev-libs/weston: Add new but missing Python build dependency
9
10 Closes: https://bugs.gentoo.org/832763
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 dev-libs/weston/weston-10.0.0.ebuild | 4 +++-
14 dev-libs/weston/weston-9999.ebuild | 4 +++-
15 2 files changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/weston/weston-10.0.0.ebuild b/dev-libs/weston/weston-10.0.0.ebuild
18 index 5ab9746b8514..ef2891bf73bb 100644
19 --- a/dev-libs/weston/weston-10.0.0.ebuild
20 +++ b/dev-libs/weston/weston-10.0.0.ebuild
21 @@ -9,7 +9,8 @@ if [[ ${PV} = 9999* ]]; then
22 EXPERIMENTAL="true"
23 fi
24
25 -inherit meson readme.gentoo-r1 xdg-utils ${GIT_ECLASS}
26 +PYTHON_COMPAT=( python3_{9..10} )
27 +inherit meson python-any-r1 readme.gentoo-r1 xdg-utils ${GIT_ECLASS}
28
29 DESCRIPTION="Wayland reference compositor"
30 HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"
31 @@ -91,6 +92,7 @@ RDEPEND="
32 "
33 DEPEND="${RDEPEND}"
34 BDEPEND="
35 + ${PYTHON_DEPS}
36 virtual/pkgconfig
37 "
38
39
40 diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild
41 index 478f60d2b893..38b24ee38007 100644
42 --- a/dev-libs/weston/weston-9999.ebuild
43 +++ b/dev-libs/weston/weston-9999.ebuild
44 @@ -9,7 +9,8 @@ if [[ ${PV} = 9999* ]]; then
45 EXPERIMENTAL="true"
46 fi
47
48 -inherit meson readme.gentoo-r1 xdg-utils ${GIT_ECLASS}
49 +PYTHON_COMPAT=( python3_{9..10} )
50 +inherit meson python-any-r1 readme.gentoo-r1 xdg-utils ${GIT_ECLASS}
51
52 DESCRIPTION="Wayland reference compositor"
53 HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"
54 @@ -91,6 +92,7 @@ RDEPEND="
55 "
56 DEPEND="${RDEPEND}"
57 BDEPEND="
58 + ${PYTHON_DEPS}
59 virtual/pkgconfig
60 "