commit:     646dcef85e4b850faf4b5a2726d411608def47aa
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 03:11:05 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 03:14:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646dcef8

www-client/chromium: depend on a recent version of bs4

Old versions seem to be incompatible.

Bug: https://bugs.gentoo.org/565730
Package-Manager: portage-2.3.0_p15

 www-client/chromium/chromium-52.0.2743.82.ebuild | 4 ++--
 www-client/chromium/chromium-53.0.2785.21.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/chromium/chromium-52.0.2743.82.ebuild 
b/www-client/chromium/chromium-52.0.2743.82.ebuild
index 64e5a79..62d12ab 100644
--- a/www-client/chromium/chromium-52.0.2743.82.ebuild
+++ b/www-client/chromium/chromium-52.0.2743.82.ebuild
@@ -111,7 +111,7 @@ RDEPEND+="
 # with python_check_deps.
 DEPEND+=" $(python_gen_any_dep '
        dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
-       dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+       >=dev-python/beautifulsoup-4.3.2:4[${PYTHON_USEDEP}]
        dev-python/html5lib[${PYTHON_USEDEP}]
        dev-python/jinja[${PYTHON_USEDEP}]
        dev-python/ply[${PYTHON_USEDEP}]
@@ -119,7 +119,7 @@ DEPEND+=" $(python_gen_any_dep '
 ')"
 python_check_deps() {
        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/beautifulsoup-4.3.2: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}]" &&

diff --git a/www-client/chromium/chromium-53.0.2785.21.ebuild 
b/www-client/chromium/chromium-53.0.2785.21.ebuild
index 53f7b58..ad4ba42 100644
--- a/www-client/chromium/chromium-53.0.2785.21.ebuild
+++ b/www-client/chromium/chromium-53.0.2785.21.ebuild
@@ -112,7 +112,7 @@ RDEPEND+="
 # with python_check_deps.
 DEPEND+=" $(python_gen_any_dep '
        dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
-       dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+       >=dev-python/beautifulsoup-4.3.2:4[${PYTHON_USEDEP}]
        dev-python/html5lib[${PYTHON_USEDEP}]
        dev-python/jinja[${PYTHON_USEDEP}]
        dev-python/ply[${PYTHON_USEDEP}]
@@ -120,7 +120,7 @@ DEPEND+=" $(python_gen_any_dep '
 ')"
 python_check_deps() {
        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/beautifulsoup-4.3.2: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}]" &&

Reply via email to