sci-visualization/gwyddion: Disable opengl to get rid of ancient dependency
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 26 Jan 2020 00:19:47 +0000 (01:19 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 26 Jan 2020 00:21:01 +0000 (01:21 +0100)
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild [moved from sci-visualization/gwyddion/gwyddion-2.55.ebuild with 91% similarity]

similarity index 91%
rename from sci-visualization/gwyddion/gwyddion-2.55.ebuild
rename to sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild
index 38eb5f9eca44b5f39f954da1eac8a8a3e8462223..7029da852fcc83b6568ce96ac64903dbf1497463 100644 (file)
@@ -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) \