commit: 31fc5abffc4b6ff8b33cc1312707ff78d68c1148
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Feb 13 09:35:17 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Feb 13 09:35:17 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=31fc5abf
sci-biology/cnrun: use lua-single instead
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-biology/cnrun/cnrun-2.1.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-biology/cnrun/cnrun-2.1.0-r2.ebuild
b/sci-biology/cnrun/cnrun-2.1.0-r2.ebuild
index a70eaa66a..44eed9cd2 100644
--- a/sci-biology/cnrun/cnrun-2.1.0-r2.ebuild
+++ b/sci-biology/cnrun/cnrun-2.1.0-r2.ebuild
@@ -3,9 +3,9 @@
EAPI=7
-LUA_COMPAT=( lua5-{1..4} )
+LUA_COMPAT=( lua5-{1..3} )
-inherit autotools lua
+inherit autotools lua-single
DESCRIPTION="A NeuroML-enabled, precise but slow neuronal network simulator"
HOMEPAGE="http://johnhommer.com/academic/code/cnrun"