From: Andreas K. Hüttel Date: Sun, 26 Jan 2020 00:19:47 +0000 (+0100) Subject: sci-visualization/gwyddion: Disable opengl to get rid of ancient dependency X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=00c6e3b62b28d525f589f85d8649f832e229b70b;p=gentoo.git sci-visualization/gwyddion: Disable opengl to get rid of ancient dependency Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel --- diff --git a/sci-visualization/gwyddion/gwyddion-2.55.ebuild b/sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild similarity index 91% rename from sci-visualization/gwyddion/gwyddion-2.55.ebuild rename to sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild index 38eb5f9eca44..7029da852fcc 100644 --- a/sci-visualization/gwyddion/gwyddion-2.55.ebuild +++ b/sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild @@ -12,7 +12,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 gnome nls openexr opengl perl ruby sourceview xml X" +IUSE="doc fits gnome nls openexr perl ruby sourceview xml X" RDEPEND=" >=dev-libs/glib-2.32 @@ -26,7 +26,6 @@ RDEPEND=" fits? ( sci-libs/cfitsio ) gnome? ( gnome-base/gconf:2 ) openexr? ( media-libs/openexr:= ) - opengl? ( virtual/opengl x11-libs/gtkglext ) perl? ( dev-lang/perl:= ) ruby? ( dev-ruby/narray ) sourceview? ( x11-libs/gtksourceview:2.0 ) @@ -57,7 +56,7 @@ src_configure() { $(use_with perl) \ --without-python \ $(use_with ruby) \ - $(use_with opengl gl) \ + --without-gl \ $(use_with openexr exr) \ $(use_with sourceview gtksourceview) \ $(use_with xml libxml2) \