commit:     986f97e49405968bb1a9b65dabf30a6e13e84937
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 13:39:26 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 14:52:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986f97e4

sci-libs/gmsh: drop useless IUSE=lua

No mention of "Lua" anywhere in the source tarball, builds exactly
the same way regardless of the value of this USE flag as well as regardless
of whether or not Lua is present on the build system (unsurprising
given the above), and according to
http://www.geuz.org/pipermail/gmsh/2011/006218.html
gmsh Lua bindings got deprecated by Python ones almost a decade ago.

Bug: https://bugs.gentoo.org/752837
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sci-libs/gmsh/gmsh-4.6.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sci-libs/gmsh/gmsh-4.6.0.ebuild b/sci-libs/gmsh/gmsh-4.6.0.ebuild
index 9e50b09d304..a4df1e0d12e 100644
--- a/sci-libs/gmsh/gmsh-4.6.0.ebuild
+++ b/sci-libs/gmsh/gmsh-4.6.0.ebuild
@@ -15,7 +15,7 @@ LICENSE="GPL-3 free-noncomm"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 ## cgns is not compiling ATM, maybe fix cgns lib first
-IUSE="blas cgns examples jpeg lua med metis mpi netgen opencascade petsc png 
python X zlib"
+IUSE="blas cgns examples jpeg med metis mpi netgen opencascade petsc png 
python X zlib"
 
 REQUIRED_USE="med? ( mpi )"
 
@@ -25,7 +25,6 @@ RDEPEND="
        blas? ( virtual/blas virtual/lapack sci-libs/fftw:3.0 )
        cgns? ( sci-libs/cgnslib )
        jpeg? ( virtual/jpeg:0 )
-       lua? ( dev-lang/lua:0 )
        med? ( sci-libs/med[mpi] )
        opencascade? ( sci-libs/opencascade:* )
        png? ( media-libs/libpng:0 )

Reply via email to