From 1148a72de04d23dd13f0b20c95bdcc85c4d2261c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 29 Oct 2014 20:35:59 +0100 Subject: [PATCH] chromium: multilib pkgs are only available on 64bit platforms. --- srcpkgs/chromium/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 41ff756acaf..1d7939eac39 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -26,7 +26,7 @@ depends="desktop-file-utils hicolor-icon-theme" nostrip_files="nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe" case "$XBPS_TARGET_MACHINE" in - x86_64|arm*) hostmakedepends+=" gcc-c++-multilib" + x86_64) hostmakedepends+=" gcc-c++-multilib" esac pre_configure() {