diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-05-29 16:31:08 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-05-29 16:31:50 -0400 |
commit | fa1379fce82d1232d4975b1fa7035914a29e1829 (patch) | |
tree | 59d983e43beeabfd665f221f454c0e2b3d41beee /www-client | |
parent | x11-libs/agg: Fix dir for patches (diff) | |
download | gentoo-fa1379fce82d1232d4975b1fa7035914a29e1829.tar.gz gentoo-fa1379fce82d1232d4975b1fa7035914a29e1829.tar.bz2 gentoo-fa1379fce82d1232d4975b1fa7035914a29e1829.zip |
www-client/chromium: use bundled python libs
These are only used at build time, so using the system packages has no
benefit.
Package-Manager: Portage-2.3.40_p8, Repoman-2.3.9_p240
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/chromium/chromium-68.0.3438.3.ebuild | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/www-client/chromium/chromium-68.0.3438.3.ebuild b/www-client/chromium/chromium-68.0.3438.3.ebuild index 2022782559c3..eb64c40b42e9 100644 --- a/www-client/chromium/chromium-68.0.3438.3.ebuild +++ b/www-client/chromium/chromium-68.0.3438.3.ebuild @@ -104,22 +104,8 @@ DEPEND="${COMMON_DEPEND} >=sys-devel/clang-5 virtual/pkgconfig dev-vcs/git - $(python_gen_any_dep ' - dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}] - >=dev-python/beautifulsoup-4.3.2:4[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - dev-python/simplejson[${PYTHON_USEDEP}] - ') " -# Keep this in sync with the python_gen_any_dep call. -python_check_deps() { - has_version --host-root "dev-python/beautifulsoup:python-2[${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/simplejson[${PYTHON_USEDEP}]" -} - if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then EBUILD_DEATH_HOOKS+=" chromium_pkg_die"; fi @@ -243,7 +229,10 @@ src_prepare() { third_party/catapult third_party/catapult/common/py_vulcanize/third_party/rcssmin third_party/catapult/common/py_vulcanize/third_party/rjsmin + third_party/catapult/third_party/beautifulsoup4 + third_party/catapult/third_party/html5lib-python third_party/catapult/third_party/polymer + third_party/catapult/third_party/six third_party/catapult/tracing/third_party/d3 third_party/catapult/tracing/third_party/gl-matrix third_party/catapult/tracing/third_party/jszip @@ -318,6 +307,7 @@ src_prepare() { third_party/rnnoise third_party/s2cellid third_party/sfntly + third_party/simplejson third_party/skia third_party/skia/third_party/gif third_party/skia/third_party/skcms |