commit:     d551289800325485331d7b4cc34413cb4780dadb
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 20:27:25 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 20:37:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5512898

sci-chemistry/cara-bin: drop USE=lua

All this flag did was add a dependency on dev-lang/lua and the installed
executable is not dynamically linked against any version of liblua,
which is not surprising given the build instructions from
https://github.com/rochus-keller/CARA (which admittedly date to
CARA-1.9, whereas the version in Gentoo is 1.8 - but still) say this
project used modified Lua5.1 sources. All in all, it doesn't seem this
dependency has ever actually been needed.

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

 sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild 
b/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild
index daba1540583..a28e3a126dc 100644
--- a/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild
+++ b/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 MY_PN="${PN%%-bin}"
 MY_P="${MY_PN}_${PV}"
@@ -15,7 +15,6 @@ HOMEPAGE="http://www.nmr.ch";
 LICENSE="CARA"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="lua"
 
 RDEPEND="
        !prefix? (
@@ -30,8 +29,7 @@ RDEPEND="
                >=x11-libs/libXrandr-1.4.2[abi_x86_32(-)]
                >=x11-libs/libXrender-0.9.8[abi_x86_32(-)]
        )
-       sys-libs/libstdc++-v3:5
-       lua? ( dev-lang/lua )"
+       sys-libs/libstdc++-v3:5"
 DEPEND=""
 
 RESTRICT="bindist mirror"

Reply via email to