www-client/chromium: backport fix for bug #562590 by W. Trevor King to M47

Package-Manager: portage-2.2.20.1
This commit is contained in:
Pawel Hajdan, Jr
2015-10-23 09:06:37 +02:00
parent 5e5af678ae
commit 0966a024c5

View File

@@ -19,7 +19,7 @@ SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
LICENSE="BSD hotwording? ( no-source-code )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="cups gnome gnome-keyring gtk3 hidpi hotwording kerberos neon pic +proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc widevine"
IUSE="cups gnome gnome-keyring gtk3 +hangouts hidpi hotwording kerberos neon pic +proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc widevine"
RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
# Native Client binaries are compiled with different set of flags, bug #452066.
@@ -378,6 +378,7 @@ src_configure() {
$(gyp_use gnome-keyring use_gnome_keyring)
$(gyp_use gnome-keyring linux_link_gnome_keyring)
$(gyp_use gtk3)
$(gyp_use hangouts enable_hangout_services_extension)
$(gyp_use hidpi enable_hidpi)
$(gyp_use hotwording enable_hotwording)
$(gyp_use kerberos)