commit: 3dd42bafe44025543bb564354356ebfcba72645a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jul 1 14:55:21 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jul 1 15:56:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd42baf
sci-visualization/gwyddion: Drop USE=kde It only builds obsolete kdelibs4-based thumbnailers. Package-Manager: Portage-2.3.6, Repoman-2.3.1 sci-visualization/gwyddion/gwyddion-2.44.ebuild | 7 +++---- sci-visualization/gwyddion/gwyddion-2.47.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/sci-visualization/gwyddion/gwyddion-2.44.ebuild b/sci-visualization/gwyddion/gwyddion-2.44.ebuild index 743ed36eb48..98103e3b4bb 100644 --- a/sci-visualization/gwyddion/gwyddion-2.44.ebuild +++ b/sci-visualization/gwyddion/gwyddion-2.44.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="doc fits fftw gnome kde nls opengl perl python ruby sourceview xml X" +IUSE="doc fits fftw gnome nls opengl perl python ruby sourceview xml X" RDEPEND=" media-libs/libpng:0 @@ -26,7 +26,6 @@ RDEPEND=" fits? ( sci-libs/cfitsio ) fftw? ( sci-libs/fftw:3.0 ) gnome? ( gnome-base/gconf:2 ) - kde? ( kde-frameworks/kdelibs:4 ) opengl? ( virtual/opengl x11-libs/gtkglext ) perl? ( dev-lang/perl ) python? ( @@ -53,6 +52,7 @@ pkg_setup() { src_configure() { local myeconfargs=( --disable-rpath + --without-kde4-thumbnailer $(use_enable doc gtk-doc) $(use_enable nls) $(use_enable python pygwy) @@ -61,11 +61,10 @@ src_configure() { $(use_with python) $(use_with ruby) $(use_with fftw fftw3) - $(use_with opengl gl) \ + $(use_with opengl gl) $(use_with sourceview gtksourceview) $(use_with xml libxml2) $(use_with X x) - $(use_with kde kde4-thumbnailer) ) autotools-utils_src_configure } diff --git a/sci-visualization/gwyddion/gwyddion-2.47.ebuild b/sci-visualization/gwyddion/gwyddion-2.47.ebuild index 0e8c461113e..cc4509980eb 100644 --- a/sci-visualization/gwyddion/gwyddion-2.47.ebuild +++ b/sci-visualization/gwyddion/gwyddion-2.47.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc fits fftw gnome kde nls opengl perl python ruby sourceview xml X" +IUSE="doc fits fftw gnome nls opengl perl python ruby sourceview xml X" RDEPEND=" media-libs/libpng:0= @@ -25,7 +25,6 @@ RDEPEND=" fits? ( sci-libs/cfitsio ) fftw? ( sci-libs/fftw:3.0= ) gnome? ( gnome-base/gconf:2 ) - kde? ( kde-frameworks/kdelibs:4 ) opengl? ( virtual/opengl x11-libs/gtkglext ) perl? ( dev-lang/perl:= ) python? ( @@ -50,6 +49,7 @@ pkg_setup() { src_configure() { econf \ --disable-rpath \ + --without-kde4-thumbnailer \ $(use_enable doc gtk-doc) \ $(use_enable nls) \ $(use_enable python pygwy) \ @@ -61,8 +61,7 @@ src_configure() { $(use_with opengl gl) \ $(use_with sourceview gtksourceview) \ $(use_with xml libxml2) \ - $(use_with X x) \ - $(use_with kde kde4-thumbnailer) + $(use_with X x) } src_install() {
