www-client/chromium: depend on a recent version of bs4
authorMike Gilbert <floppym@gentoo.org>
Mon, 25 Jul 2016 03:11:05 +0000 (23:11 -0400)
committerMike Gilbert <floppym@gentoo.org>
Mon, 25 Jul 2016 03:14:02 +0000 (23:14 -0400)
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
www-client/chromium/chromium-53.0.2785.21.ebuild

index 64e5a7908fd6c04cbb3d890fe38aa4399db202fc..62d12abb8b3e033448f3358c164e6c1bf7f4dce2 100644 (file)
@@ -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}]" &&
index 53f7b583956b6ea4ea6f604b1bc21ca806f194ae..ad4ba42de5d99660852ebbebefc1e473d4159c14 100644 (file)
@@ -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}]" &&