From d551289800325485331d7b4cc34413cb4780dadb Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Sun, 29 Nov 2020 21:27:25 +0100 Subject: 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 --- 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 daba15405832..a28e3a126dc8 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" -- cgit v1.2.3-65-gdbad