diff options
author | Aric Belsito <lluixhi@gmail.com> | 2017-03-20 12:21:14 -0700 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-05-01 23:16:47 +0200 |
commit | 6a72293d8433cae71f10a47417c9be9937d4cb57 (patch) | |
tree | b09e16502fa8aa5381328c89c3575cf31ba7e2cf /dev-lua/luafilesystem/metadata.xml | |
parent | sci-electronics/pulseview: add a .desktop file and use the sigrok icon. (diff) | |
download | gentoo-6a72293d8433cae71f10a47417c9be9937d4cb57.tar.gz gentoo-6a72293d8433cae71f10a47417c9be9937d4cb57.tar.bz2 gentoo-6a72293d8433cae71f10a47417c9be9937d4cb57.zip |
dev-lua/luafilesystem: version bump to 1.6.3.
This commit:
* bumps ebuild EAPI to version 6.
* adds luajit support to luafilesystem.
Gentoo-Bug: https://bugs.gentoo.org/534150
Gentoo-Bug: https://bugs.gentoo.org/584492
Closes: https://github.com/gentoo/gentoo/pull/4263
Diffstat (limited to 'dev-lua/luafilesystem/metadata.xml')
-rw-r--r-- | dev-lua/luafilesystem/metadata.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-lua/luafilesystem/metadata.xml b/dev-lua/luafilesystem/metadata.xml index faa0cbf565a2..decffdac0f4a 100644 --- a/dev-lua/luafilesystem/metadata.xml +++ b/dev-lua/luafilesystem/metadata.xml @@ -11,4 +11,8 @@ LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. </longdescription> + <use> + <flag name="luajit">Use <pkg>dev-lang/luajit</pkg> instead of + <pkg>dev-lang/lua</pkg></flag> + </use> </pkgmetadata> |