diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-01-04 05:31:03 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-01-04 19:18:19 +0200 |
commit | 41787a15cf62692c494063f656c82bbf849df8ea (patch) | |
tree | dac36e98bfcf0746b319c92219f7bce54f58c8bd /x11-libs | |
parent | x11-libs/wxGTK: fix translation installation and usage for SLOT=3.0-gtk3 (diff) | |
download | gentoo-41787a15cf62692c494063f656c82bbf849df8ea.tar.gz gentoo-41787a15cf62692c494063f656c82bbf849df8ea.tar.bz2 gentoo-41787a15cf62692c494063f656c82bbf849df8ea.zip |
x11-libs/wxGTK: remove USE=webkit (wxWebView) support from gtk2 based SLOT=3.0
gtk2 supporting webkit-gtk versions have not received security fixes for years, so
don't allow subjecting oneself to such an unsafe possibility. The only in-tree
wxGTK:3.0[webkit] consumer was ported to wxGTK:3.0-gtk3[webkit], which will have
a security safe version in a subsequent commit.
Bug: https://bugs.gentoo.org/629122
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-3.0.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-libs/wxGTK/wxGTK-3.0.3.ebuild b/x11-libs/wxGTK/wxGTK-3.0.3.ebuild index 2f84b71d6cd2..316720cf4958 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.3.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidge doc? ( https://github.com/wxWidgets/wxWidgets/releases/download/v${PV}/wxWidgets-${PV}-docs-html.tar.bz2 )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit" +IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff" SLOT="3.0" @@ -34,7 +34,6 @@ RDEPEND=" libnotify? ( x11-libs/libnotify[${MULTILIB_USEDEP}] ) opengl? ( virtual/opengl[${MULTILIB_USEDEP}] ) tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] ) - webkit? ( net-libs/webkit-gtk:2 ) ) aqua? ( x11-libs/gtk+:2[aqua=,${MULTILIB_USEDEP}] @@ -92,8 +91,8 @@ multilib_src_configure() { --with-libxpm=sys --with-libjpeg=sys --without-gnomevfs + --disable-webview $(use_enable gstreamer mediactrl) - $(multilib_native_use_enable webkit webview) $(use_with libnotify) $(use_with opengl) $(use_with tiff libtiff sys)" |