commit:     0c116b4141352561a91c92c2e8eb7e222bbc8976
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 21:34:52 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 21:34:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c116b41

media-libs/mesa: Check for dev-python/mako with --host-root option

Closes: https://bugs.gentoo.org/680190
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/mesa/mesa-18.3.4.ebuild | 2 +-
 media-libs/mesa/mesa-19.0.0.ebuild | 2 +-
 media-libs/mesa/mesa-9999.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/mesa/mesa-18.3.4.ebuild 
b/media-libs/mesa/mesa-18.3.4.ebuild
index b83687d01f2..7ebe214399b 100644
--- a/media-libs/mesa/mesa-18.3.4.ebuild
+++ b/media-libs/mesa/mesa-18.3.4.ebuild
@@ -301,7 +301,7 @@ pkg_pretend() {
 }
 
 python_check_deps() {
-       has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
+       has_version --host-root ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {

diff --git a/media-libs/mesa/mesa-19.0.0.ebuild 
b/media-libs/mesa/mesa-19.0.0.ebuild
index 34b85000781..46739d80f08 100644
--- a/media-libs/mesa/mesa-19.0.0.ebuild
+++ b/media-libs/mesa/mesa-19.0.0.ebuild
@@ -304,7 +304,7 @@ pkg_pretend() {
 }
 
 python_check_deps() {
-       has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
+       has_version --host-root ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 254bd0f3514..95a36146b15 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -307,7 +307,7 @@ pkg_pretend() {
 }
 
 python_check_deps() {
-       has_version ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
+       has_version --host-root ">=dev-python/mako-0.8.0[${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {

Reply via email to