diff options
author | 2015-12-13 16:17:02 -0500 | |
---|---|---|
committer | 2015-12-13 16:17:14 -0500 | |
commit | 76f27a1e0f037d7f8223fde94d895a5aa294c1f9 (patch) | |
tree | 8e72997c203abd07ae9c3aaa3a861094a8bca202 /www-client | |
parent | games-roguelike/dwarf-fortress: version bump to 0.42.03 (diff) | |
download | gentoo-76f27a1e0f037d7f8223fde94d895a5aa294c1f9.tar.gz gentoo-76f27a1e0f037d7f8223fde94d895a5aa294c1f9.tar.bz2 gentoo-76f27a1e0f037d7f8223fde94d895a5aa294c1f9.zip |
www-client/chromium: Increase disk requirements
Bug: https://bugs.gentoo.org/567978
Package-Manager: portage-2.2.26_p32
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/chromium/chromium-48.0.2564.41.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/chromium/chromium-48.0.2564.41.ebuild b/www-client/chromium/chromium-48.0.2564.41.ebuild index 49ea972061ee..c1c319cd7528 100644 --- a/www-client/chromium/chromium-48.0.2564.41.ebuild +++ b/www-client/chromium/chromium-48.0.2564.41.ebuild @@ -166,10 +166,10 @@ pkg_pretend() { # Check build requirements, bug #541816 and bug #471810 . CHECKREQS_MEMORY="3G" - CHECKREQS_DISK_BUILD="5G" + CHECKREQS_DISK_BUILD="10G" eshopts_push -s extglob if is-flagq '-g?(gdb)?([1-9])'; then - CHECKREQS_DISK_BUILD="25G" + CHECKREQS_DISK_BUILD="30G" fi eshopts_pop check-reqs_pkg_pretend |