From 00c6e3b62b28d525f589f85d8649f832e229b70b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 26 Jan 2020 01:19:47 +0100 Subject: [PATCH] sci-visualization/gwyddion: Disable opengl to get rid of ancient dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel --- .../{gwyddion-2.55.ebuild => gwyddion-2.55-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename sci-visualization/gwyddion/{gwyddion-2.55.ebuild => gwyddion-2.55-r1.ebuild} (91%) 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) \ -- 2.26.2