diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-12-20 13:39:26 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-12-20 14:52:55 +0000 |
commit | 986f97e49405968bb1a9b65dabf30a6e13e84937 (patch) | |
tree | be4446f1338338c3f03560d07ae925fa0ff99e09 /sci-libs | |
parent | net-analyzer/wireshark: Stabilize 3.4.2 arm, #760800 (diff) | |
download | gentoo-986f97e49405968bb1a9b65dabf30a6e13e84937.tar.gz gentoo-986f97e49405968bb1a9b65dabf30a6e13e84937.tar.bz2 gentoo-986f97e49405968bb1a9b65dabf30a6e13e84937.zip |
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@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gmsh/gmsh-4.6.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/gmsh/gmsh-4.6.0.ebuild b/sci-libs/gmsh/gmsh-4.6.0.ebuild index 9e50b09d3047..a4df1e0d12e0 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 ) |