diff options
author | Steev Klimaszewski <steev@gentoo.org> | 2016-03-04 10:03:43 -0600 |
---|---|---|
committer | Steev Klimaszewski <steev@gentoo.org> | 2016-03-04 10:04:20 -0600 |
commit | ecd1f5f04c345cb7af529381cd6fe80487fd8123 (patch) | |
tree | c305c6682a03115cfac1d442008742400a9f0f86 /www-client | |
parent | profiles: Mask tcmalloc for www-client/chromium (diff) | |
download | gentoo-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.ebuild | 5 |
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) |