summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteev Klimaszewski <steev@gentoo.org>2016-03-04 10:03:43 -0600
committerSteev Klimaszewski <steev@gentoo.org>2016-03-04 10:04:20 -0600
commitecd1f5f04c345cb7af529381cd6fe80487fd8123 (patch)
treec305c6682a03115cfac1d442008742400a9f0f86 /www-client
parentprofiles: Mask tcmalloc for www-client/chromium (diff)
downloadgentoo-ecd1f5f04c345cb7af529381cd6fe80487fd8123.tar.gz
gentoo-ecd1f5f04c345cb7af529381cd6fe80487fd8123.tar.bz2
gentoo-ecd1f5f04c345cb7af529381cd6fe80487fd8123.zip
www-client/chromium: Keyword 49.0.2623.75 for ~arm64
Tested default useflags on a Cortex-A53. Has to be launched with --no-sandbox currently. Package-Manager: portage-2.2.27
Diffstat (limited to 'www-client')
-rw-r--r--www-client/chromium/chromium-49.0.2623.75.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/www-client/chromium/chromium-49.0.2623.75.ebuild b/www-client/chromium/chromium-49.0.2623.75.ebuild
index ec85e3ac0cc4..536adb032773 100644
--- a/www-client/chromium/chromium-49.0.2623.75.ebuild
+++ b/www-client/chromium/chromium-49.0.2623.75.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
LICENSE="BSD hotwording? ( no-source-code )"
SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE="cups gn gnome gnome-keyring gtk3 +hangouts hidpi hotwording kerberos neon pic +proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc widevine"
RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
@@ -460,6 +460,9 @@ src_configure() {
elif [[ $myarch = x86 ]] ; then
target_arch=ia32
ffmpeg_target_arch=ia32
+ elif [[ $myarch = arm64 ]] ; then
+ target_arch=arm64
+ ffmpeg_target_arch=arm64
elif [[ $myarch = arm ]] ; then
target_arch=arm
ffmpeg_target_arch=$(usex neon arm-neon arm)