commit: 00c6e3b62b28d525f589f85d8649f832e229b70b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 00:19:47 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 00:21:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c6e3b6
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 <dilfridge <AT> gentoo.org>
.../gwyddion/{gwyddion-2.55.ebuild => gwyddion-2.55-r1.ebuild} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
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 38eb5f9eca4..7029da852fc 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) \