commit: 3714524cf95bef229338dd937b7875eb18384b7b Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Jul 27 19:46:03 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Jul 27 19:56:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3714524c
www-client/chromium: drop support for gtk2 Bug: https://bugs.gentoo.org/625718 Bug: https://bugs.gentoo.org/626376 Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1 www-client/chromium/chromium-60.0.3112.78.ebuild | 7 +++---- www-client/chromium/chromium-61.0.3159.5.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/www-client/chromium/chromium-60.0.3112.78.ebuild b/www-client/chromium/chromium-60.0.3112.78.ebuild index a89dd6df1ae..88f7fd88405 100644 --- a/www-client/chromium/chromium-60.0.3112.78.ebuild +++ b/www-client/chromium/chromium-60.0.3112.78.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P} LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="component-build cups gnome-keyring +gtk3 +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-libvpx +tcmalloc widevine" +IUSE="component-build cups gnome-keyring +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-libvpx +tcmalloc widevine" RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" # Native Client binaries are compiled with different set of flags, bug #452066. @@ -54,6 +54,7 @@ COMMON_DEPEND=" virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= @@ -79,8 +80,6 @@ RDEPEND="${COMMON_DEPEND} x11-misc/xdg-utils virtual/opengl virtual/ttf-fonts - !gtk3? ( x11-libs/gtk+:2 ) - gtk3? ( x11-libs/gtk+:3 ) selinux? ( sec-policy/selinux-chromium ) tcmalloc? ( !<x11-drivers/nvidia-drivers-331.20 ) widevine? ( www-plugins/chrome-binary-plugins[widevine(-)] ) @@ -402,7 +401,7 @@ src_configure() { myconf_gn+=" use_cups=$(usex cups true false)" myconf_gn+=" use_gconf=false" myconf_gn+=" use_gnome_keyring=$(usex gnome-keyring true false)" - myconf_gn+=" use_gtk3=$(usex gtk3 true false)" + myconf_gn+=" use_gtk3=true" myconf_gn+=" use_kerberos=$(usex kerberos true false)" myconf_gn+=" use_pulseaudio=$(usex pulseaudio true false)" diff --git a/www-client/chromium/chromium-61.0.3159.5.ebuild b/www-client/chromium/chromium-61.0.3159.5.ebuild index 6cb8b9c4dfb..8dd11ad4641 100644 --- a/www-client/chromium/chromium-61.0.3159.5.ebuild +++ b/www-client/chromium/chromium-61.0.3159.5.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P} LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="component-build cups gnome-keyring +gtk3 +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine" +IUSE="component-build cups gnome-keyring +hangouts kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine" RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" # Native Client binaries are compiled with different set of flags, bug #452066. @@ -54,6 +54,7 @@ COMMON_DEPEND=" virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= @@ -79,8 +80,6 @@ RDEPEND="${COMMON_DEPEND} x11-misc/xdg-utils virtual/opengl virtual/ttf-fonts - !gtk3? ( x11-libs/gtk+:2 ) - gtk3? ( x11-libs/gtk+:3 ) selinux? ( sec-policy/selinux-chromium ) tcmalloc? ( !<x11-drivers/nvidia-drivers-331.20 ) widevine? ( www-plugins/chrome-binary-plugins[widevine(-)] ) @@ -410,7 +409,7 @@ src_configure() { myconf_gn+=" use_cups=$(usex cups true false)" myconf_gn+=" use_gconf=false" myconf_gn+=" use_gnome_keyring=$(usex gnome-keyring true false)" - myconf_gn+=" use_gtk3=$(usex gtk3 true false)" + myconf_gn+=" use_gtk3=true" myconf_gn+=" use_kerberos=$(usex kerberos true false)" myconf_gn+=" use_pulseaudio=$(usex pulseaudio true false)"
