diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-03-31 16:11:00 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-03-31 16:11:00 +0000 |
commit | 05b84cb924838880d621f63e5d08f65634d216fb (patch) | |
tree | dd0a86d67ac85868c4ac641deb51dbd2f25a94b5 | |
parent | 42d5f0008aa395ae98d6552729fa256517075bb4 (diff) | |
download | aports-05b84cb924838880d621f63e5d08f65634d216fb.tar.bz2 aports-05b84cb924838880d621f63e5d08f65634d216fb.tar.xz |
main/lua-turbo: luajit is available on ppc64le
-rw-r--r-- | main/lua-turbo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-turbo/APKBUILD b/main/lua-turbo/APKBUILD index b3204cc891..24022b9890 100644 --- a/main/lua-turbo/APKBUILD +++ b/main/lua-turbo/APKBUILD @@ -8,7 +8,7 @@ pkgrel=3 pkgdesc="a framework built for LuaJIT 2 and Linux" url="http://www.turbolua.org/" # luajit is not available for disabled arches -arch="all !s390x !ppc64le" +arch="all !s390x" license="GPL" depends="luajit" depends_dev="" |