aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-13 10:35:17 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-13 10:35:17 +0100
commit31fc5abffc4b6ff8b33cc1312707ff78d68c1148 (patch)
treecfb05f312000593384c1089691f04dad28500bcc /sci-biology/cnrun
parentsci-biology/cnrun: correctly depend on lua (diff)
downloadsci-31fc5abffc4b6ff8b33cc1312707ff78d68c1148.tar.gz
sci-31fc5abffc4b6ff8b33cc1312707ff78d68c1148.tar.bz2
sci-31fc5abffc4b6ff8b33cc1312707ff78d68c1148.zip
sci-biology/cnrun: use lua-single instead
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-biology/cnrun')
-rw-r--r--sci-biology/cnrun/cnrun-2.1.0-r2.ebuild4
1 files 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"