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: media-libs/mesa/
Date: Fri, 15 Mar 2019 21:35:18
Message-Id: 1552685692.0c116b4141352561a91c92c2e8eb7e222bbc8976.chewi@gentoo
1 commit: 0c116b4141352561a91c92c2e8eb7e222bbc8976
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 15 21:34:52 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 15 21:34:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c116b41
7
8 media-libs/mesa: Check for dev-python/mako with --host-root option
9
10 Closes: https://bugs.gentoo.org/680190
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 media-libs/mesa/mesa-18.3.4.ebuild | 2 +-
15 media-libs/mesa/mesa-19.0.0.ebuild | 2 +-
16 media-libs/mesa/mesa-9999.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/media-libs/mesa/mesa-18.3.4.ebuild b/media-libs/mesa/mesa-18.3.4.ebuild
20 index b83687d01f2..7ebe214399b 100644
21 --- a/media-libs/mesa/mesa-18.3.4.ebuild
22 +++ b/media-libs/mesa/mesa-18.3.4.ebuild
23 @@ -301,7 +301,7 @@ pkg_pretend() {
24 }
25
26 python_check_deps() {
27 - has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
28 + has_version --host-root ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
29 }
30
31 pkg_setup() {
32
33 diff --git a/media-libs/mesa/mesa-19.0.0.ebuild b/media-libs/mesa/mesa-19.0.0.ebuild
34 index 34b85000781..46739d80f08 100644
35 --- a/media-libs/mesa/mesa-19.0.0.ebuild
36 +++ b/media-libs/mesa/mesa-19.0.0.ebuild
37 @@ -304,7 +304,7 @@ pkg_pretend() {
38 }
39
40 python_check_deps() {
41 - has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
42 + has_version --host-root ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
43 }
44
45 pkg_setup() {
46
47 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
48 index 254bd0f3514..95a36146b15 100644
49 --- a/media-libs/mesa/mesa-9999.ebuild
50 +++ b/media-libs/mesa/mesa-9999.ebuild
51 @@ -307,7 +307,7 @@ pkg_pretend() {
52 }
53
54 python_check_deps() {
55 - has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
56 + has_version --host-root ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
57 }
58
59 pkg_setup() {