diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 0b49bbc4b5d..54454f47f22 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -2,7 +2,7 @@ pkgname=chromium # See http://www.chromium.org/developers/calendar for the latest version version=53.0.2785.143 -revision=2 +revision=3 short_desc="Google's attempt at creating a safer, faster, and more stable browser" maintainer="Juan RP " homepage="http://www.chromium.org/" @@ -30,7 +30,8 @@ depends="libexif hwids desktop-file-utils hicolor-icon-theme" nostrip_files="nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe" if [ -z "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then - hostmakedepends+=" gcc-c++-multilib" + # Is this required? + hostmakedepends+=" gcc-multilib" fi post_extract() {