diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-11-15 13:09:23 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-11-15 13:09:23 -0500 |
commit | 8d34b79f7d561632e0e6c4cbced09b1d9f548c00 (patch) | |
tree | 3d26d678162319491d867ecc5cb3d4a61498aba2 /www-client | |
parent | sys-kernel/gentoo-sources: linux kernel 4.4.98 (diff) | |
download | gentoo-8d34b79f7d561632e0e6c4cbced09b1d9f548c00.tar.gz gentoo-8d34b79f7d561632e0e6c4cbced09b1d9f548c00.tar.bz2 gentoo-8d34b79f7d561632e0e6c4cbced09b1d9f548c00.zip |
www-client/chromium: call python_setup from src_prepare
Closes: https://bugs.gentoo.org/637560
Package-Manager: Portage-2.3.14_p5, Repoman-2.3.6
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/chromium/chromium-64.0.3260.2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/chromium/chromium-64.0.3260.2.ebuild b/www-client/chromium/chromium-64.0.3260.2.ebuild index 21dc2c0ff22f..e0edc40ba064 100644 --- a/www-client/chromium/chromium-64.0.3260.2.ebuild +++ b/www-client/chromium/chromium-64.0.3260.2.ebuild @@ -188,6 +188,9 @@ pkg_setup() { } src_prepare() { + # Calling this here supports resumption via FEATURES=keepwork + python_setup + default mkdir -p third_party/node/linux/node-linux-x64/bin || die |