diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-03-13 19:57:07 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-03-13 19:57:07 -0400 |
commit | 6e35a7a2929dcb85403e178318f17bfb44df9079 (patch) | |
tree | aaf52a9f5592c850dd0bf2bf0b0b19b402c102fd /www-client/chromium | |
parent | net-irc/irssi: Remove ipv6 USE flag from live ebuild (diff) | |
download | gentoo-6e35a7a2929dcb85403e178318f17bfb44df9079.tar.gz gentoo-6e35a7a2929dcb85403e178318f17bfb44df9079.tar.bz2 gentoo-6e35a7a2929dcb85403e178318f17bfb44df9079.zip |
www-client/chromium: Check for python deps in host root
Bug: https://bugs.gentoo.org/577340
Package-Manager: portage-2.2.28_p57
Diffstat (limited to 'www-client/chromium')
-rw-r--r-- | www-client/chromium/chromium-49.0.2623.87-r1.ebuild | 12 | ||||
-rw-r--r-- | www-client/chromium/chromium-49.0.2623.87.ebuild | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/www-client/chromium/chromium-49.0.2623.87-r1.ebuild b/www-client/chromium/chromium-49.0.2623.87-r1.ebuild index 7d2a7ea81345..a5053741bf39 100644 --- a/www-client/chromium/chromium-49.0.2623.87-r1.ebuild +++ b/www-client/chromium/chromium-49.0.2623.87-r1.ebuild @@ -121,12 +121,12 @@ DEPEND+=" $(python_gen_any_dep ' dev-python/simplejson[${PYTHON_USEDEP}] ')" python_check_deps() { - has_version "dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]" && \ - has_version "dev-python/beautifulsoup:4[${PYTHON_USEDEP}]" && \ - has_version "dev-python/html5lib[${PYTHON_USEDEP}]" && \ - has_version "dev-python/jinja[${PYTHON_USEDEP}]" && \ - has_version "dev-python/ply[${PYTHON_USEDEP}]" && \ - has_version "dev-python/simplejson[${PYTHON_USEDEP}]" + has_version --host-root "dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]" && + has_version --host-root "dev-python/beautifulsoup:4[${PYTHON_USEDEP}]" && + has_version --host-root "dev-python/html5lib[${PYTHON_USEDEP}]" && + has_version --host-root "dev-python/jinja[${PYTHON_USEDEP}]" && + has_version --host-root "dev-python/ply[${PYTHON_USEDEP}]" && + has_version --host-root "dev-python/simplejson[${PYTHON_USEDEP}]" } if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then diff --git a/www-client/chromium/chromium-49.0.2623.87.ebuild b/www-client/chromium/chromium-49.0.2623.87.ebuild index f91918d4434b..6f6c60b70477 100644 --- a/www-client/chromium/chromium-49.0.2623.87.ebuild +++ b/www-client/chromium/chromium-49.0.2623.87.ebuild @@ -121,12 +121,12 @@ DEPEND+=" $(python_gen_any_dep ' dev-python/simplejson[${PYTHON_USEDEP}] ')" python_check_deps() { - has_version "dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]" && \ - has_version "dev-python/beautifulsoup:4[${PYTHON_USEDEP}]" && \ - has_version "dev-python/html5lib[${PYTHON_USEDEP}]" && \ - has_version "dev-python/jinja[${PYTHON_USEDEP}]" && \ - has_version "dev-python/ply[${PYTHON_USEDEP}]" && \ - has_version "dev-python/simplejson[${PYTHON_USEDEP}]" + has_version --host-root "dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]" && + has_version --host-root "dev-python/beautifulsoup:4[${PYTHON_USEDEP}]" && + has_version --host-root "dev-python/html5lib[${PYTHON_USEDEP}]" && + has_version --host-root "dev-python/jinja[${PYTHON_USEDEP}]" && + has_version --host-root "dev-python/ply[${PYTHON_USEDEP}]" && + has_version --host-root "dev-python/simplejson[${PYTHON_USEDEP}]" } if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then |