summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-01-26 01:19:47 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-01-26 01:21:01 +0100
commit00c6e3b62b28d525f589f85d8649f832e229b70b (patch)
tree35b48e19eeb398feaa65ef3bc93810393be63144 /sci-visualization
parent*/*: Drop stable alpha keywords (diff)
downloadgentoo-00c6e3b62b28d525f589f85d8649f832e229b70b.tar.gz
gentoo-00c6e3b62b28d525f589f85d8649f832e229b70b.tar.bz2
gentoo-00c6e3b62b28d525f589f85d8649f832e229b70b.zip
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@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild (renamed from sci-visualization/gwyddion/gwyddion-2.55.ebuild)5
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-visualization/gwyddion/gwyddion-2.55.ebuild b/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) \