commit: fb618f2412feae4a1c18a1ab2afe188a31663242 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Sep 10 20:01:54 2016 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Sep 10 20:02:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb618f24
www-client/chromium: make gnome and gnome-keyring optional for M54 Package-Manager: portage-2.3.0_p24 www-client/chromium/chromium-54.0.2840.16.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www-client/chromium/chromium-54.0.2840.16.ebuild b/www-client/chromium/chromium-54.0.2840.16.ebuild index 981b866..c2ae295 100644 --- a/www-client/chromium/chromium-54.0.2840.16.ebuild +++ b/www-client/chromium/chromium-54.0.2840.16.ebuild @@ -18,11 +18,9 @@ SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P} LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="cups +gn +gnome +gnome-keyring gtk3 +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine" +IUSE="cups +gn gnome gnome-keyring gtk3 +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine" RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" -REQUIRED_USE="gn? ( gnome gnome-keyring )" - # Native Client binaries are compiled with different set of flags, bug #452066. QA_FLAGS_IGNORED=".*\.nexe" @@ -412,6 +410,7 @@ src_configure() { myconf_gn+=" enable_widevine=$(usex widevine true false)" myconf_gn+=" use_cups=$(usex cups true false)" myconf_gn+=" use_gconf=$(usex gnome true false)" + myconf_gn+=" use_gnome_keyring=$(usex gnome-keyring true false)" myconf_gn+=" use_gtk3=$(usex gtk3 true false)" myconf_gn+=" use_kerberos=$(usex kerberos true false)" myconf_gn+=" use_pulseaudio=$(usex pulseaudio true false)"