summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-03-15 21:34:52 +0000
committerJames Le Cuirot <chewi@gentoo.org>2019-03-15 21:34:52 +0000
commit0c116b4141352561a91c92c2e8eb7e222bbc8976 (patch)
tree1fcb8977ff488e78e95d81ab5c9d52b9ad9eb18f /media-libs
parentapp-admin/ansible: 2.7.9 and 2.6.15 bump (diff)
downloadgentoo-0c116b4141352561a91c92c2e8eb7e222bbc8976.tar.gz
gentoo-0c116b4141352561a91c92c2e8eb7e222bbc8976.tar.bz2
gentoo-0c116b4141352561a91c92c2e8eb7e222bbc8976.zip
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@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/mesa-18.3.4.ebuild2
-rw-r--r--media-libs/mesa/mesa-19.0.0.ebuild2
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
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 b83687d01f2a..7ebe214399b7 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 34b850007812..46739d80f088 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 254bd0f3514b..95a36146b15b 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() {