summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-07-24 23:11:05 -0400
committerMike Gilbert <floppym@gentoo.org>2016-07-24 23:14:02 -0400
commit646dcef85e4b850faf4b5a2726d411608def47aa (patch)
tree4cab3806fff2f6b9c180d41f6f770deafc8d7456 /www-client/chromium
parentapp-emulation/wine: Version bump to 1.9.15 (diff)
downloadgentoo-646dcef85e4b850faf4b5a2726d411608def47aa.tar.gz
gentoo-646dcef85e4b850faf4b5a2726d411608def47aa.tar.bz2
gentoo-646dcef85e4b850faf4b5a2726d411608def47aa.zip
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
Diffstat (limited to 'www-client/chromium')
-rw-r--r--www-client/chromium/chromium-52.0.2743.82.ebuild4
-rw-r--r--www-client/chromium/chromium-53.0.2785.21.ebuild4
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 64e5a7908fd6..62d12abb8b3e 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 53f7b583956b..ad4ba42de5d9 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}]" &&