summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-09-10 16:01:54 -0400
committerMike Gilbert <floppym@gentoo.org>2016-09-10 16:02:15 -0400
commitfb618f2412feae4a1c18a1ab2afe188a31663242 (patch)
tree70441df94d2ca6b65e16fe1c00b8edf4c4324b26 /www-client/chromium
parentsys-boot/grub: unifont 9.0.02 (diff)
downloadgentoo-fb618f2412feae4a1c18a1ab2afe188a31663242.tar.gz
gentoo-fb618f2412feae4a1c18a1ab2afe188a31663242.tar.bz2
gentoo-fb618f2412feae4a1c18a1ab2afe188a31663242.zip
www-client/chromium: make gnome and gnome-keyring optional for M54
Package-Manager: portage-2.3.0_p24
Diffstat (limited to 'www-client/chromium')
-rw-r--r--www-client/chromium/chromium-54.0.2840.16.ebuild5
1 files 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 981b8660094c..c2ae295e1a21 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)"