diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-07-20 16:33:49 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-07-20 16:33:49 -0400 |
commit | 3e0e773771bfe46107203e23c6fce381c1f242f7 (patch) | |
tree | 85533ce0a55a160964f116768455608dab4fe7ae /www-client | |
parent | profiles: force split-usr to be enabled in the base profile (diff) | |
download | gentoo-3e0e773771bfe46107203e23c6fce381c1f242f7.tar.gz gentoo-3e0e773771bfe46107203e23c6fce381c1f242f7.tar.bz2 gentoo-3e0e773771bfe46107203e23c6fce381c1f242f7.zip |
www-client/chromium: add missing PYTHON_DEPS
Package-Manager: Portage-2.3.68, Repoman-2.3.16_p2
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/chromium/chromium-75.0.3770.142.ebuild | 4 | ||||
-rw-r--r-- | www-client/chromium/chromium-76.0.3809.71.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www-client/chromium/chromium-75.0.3770.142.ebuild b/www-client/chromium/chromium-75.0.3770.142.ebuild index f2173168d4a2..e016cfa1c214 100644 --- a/www-client/chromium/chromium-75.0.3770.142.ebuild +++ b/www-client/chromium/chromium-75.0.3770.142.ebuild @@ -87,11 +87,11 @@ RDEPEND="${COMMON_DEPEND} tcmalloc? ( !<x11-drivers/nvidia-drivers-331.20 ) widevine? ( www-plugins/chrome-binary-plugins[widevine(-)] ) " -# dev-vcs/git - https://bugs.gentoo.org/593476 -# sys-apps/sandbox - https://crbug.com/586444 DEPEND="${COMMON_DEPEND} " +# dev-vcs/git - https://bugs.gentoo.org/593476 BDEPEND=" + ${PYTHON_DEPS} >=app-arch/gzip-1.7 !arm? ( dev-lang/yasm diff --git a/www-client/chromium/chromium-76.0.3809.71.ebuild b/www-client/chromium/chromium-76.0.3809.71.ebuild index f785c3c3110e..f5e29cac9e49 100644 --- a/www-client/chromium/chromium-76.0.3809.71.ebuild +++ b/www-client/chromium/chromium-76.0.3809.71.ebuild @@ -87,11 +87,11 @@ RDEPEND="${COMMON_DEPEND} tcmalloc? ( !<x11-drivers/nvidia-drivers-331.20 ) widevine? ( www-plugins/chrome-binary-plugins[widevine(-)] ) " -# dev-vcs/git - https://bugs.gentoo.org/593476 -# sys-apps/sandbox - https://crbug.com/586444 DEPEND="${COMMON_DEPEND} " +# dev-vcs/git - https://bugs.gentoo.org/593476 BDEPEND=" + ${PYTHON_DEPS} >=app-arch/gzip-1.7 !arm? ( dev-lang/yasm |