diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-11-29 21:27:25 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-11-29 21:37:04 +0100 |
commit | d551289800325485331d7b4cc34413cb4780dadb (patch) | |
tree | 643372ae56854b3bdc3392baee02ccf4d5ed5889 /sci-chemistry/cara-bin | |
parent | sys-libs/libseccomp: Added dev-python/cython to BDEPEND (diff) | |
download | gentoo-d551289800325485331d7b4cc34413cb4780dadb.tar.gz gentoo-d551289800325485331d7b4cc34413cb4780dadb.tar.bz2 gentoo-d551289800325485331d7b4cc34413cb4780dadb.zip |
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@gentoo.org>
Diffstat (limited to 'sci-chemistry/cara-bin')
-rw-r--r-- | sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild | 6 |
1 files 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" |