diff options
author | Pawel Hajdan, Jr <phajdan.jr@gentoo.org> | 2016-06-30 00:22:10 +0200 |
---|---|---|
committer | Pawel Hajdan, Jr <phajdan.jr@gentoo.org> | 2016-06-30 00:22:10 +0200 |
commit | 2d587c01e3a0b8def67e393e1a9288561aaa94c8 (patch) | |
tree | 646de7dda6e6f7236c29ef802d8244c35574164e /www-client | |
parent | www-client/chromium: fix build with bundled ffmpeg (diff) | |
download | gentoo-2d587c01e3a0b8def67e393e1a9288561aaa94c8.tar.gz gentoo-2d587c01e3a0b8def67e393e1a9288561aaa94c8.tar.bz2 gentoo-2d587c01e3a0b8def67e393e1a9288561aaa94c8.zip |
www-client/chromium: require USE=gnome for GN build; for bug #587366 by floppym
Package-Manager: portage-2.2.28
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/chromium/chromium-53.0.2774.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/chromium/chromium-53.0.2774.3.ebuild b/www-client/chromium/chromium-53.0.2774.3.ebuild index 4c367efd9c58..eeacb6346f7b 100644 --- a/www-client/chromium/chromium-53.0.2774.3.ebuild +++ b/www-client/chromium/chromium-53.0.2774.3.ebuild @@ -22,7 +22,7 @@ IUSE="cups gn gnome gnome-keyring gtk3 +hangouts kerberos neon pic +proprietary- RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" # TODO: bootstrapped gn binary hangs when using tcmalloc with portage's sandbox. -REQUIRED_USE="gn? ( gnome-keyring !tcmalloc )" +REQUIRED_USE="gn? ( gnome gnome-keyring !tcmalloc )" # Native Client binaries are compiled with different set of flags, bug #452066. QA_FLAGS_IGNORED=".*\.nexe" |