diff options
author | Sam James <sam@gentoo.org> | 2020-11-24 01:09:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-24 01:09:46 +0000 |
commit | 11e40546ef72cbec2b6d5becda73bdb58dd82554 (patch) | |
tree | 07d774b80aa31ca38349167acc8e0e812dde1ee9 /dev-lua/luafilesystem | |
parent | app-portage/euses: Stabilize 2.6.0 arm, #755554 (diff) | |
download | gentoo-11e40546ef72cbec2b6d5becda73bdb58dd82554.tar.gz gentoo-11e40546ef72cbec2b6d5becda73bdb58dd82554.tar.bz2 gentoo-11e40546ef72cbec2b6d5becda73bdb58dd82554.zip |
dev-lua/luafilesystem: Stabilize 1.8.0-r1 arm, #756133
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lua/luafilesystem')
-rw-r--r-- | dev-lua/luafilesystem/luafilesystem-1.8.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luafilesystem/luafilesystem-1.8.0-r1.ebuild b/dev-lua/luafilesystem/luafilesystem-1.8.0-r1.ebuild index 262ac8b2e46d..a45fe4f18eed 100644 --- a/dev-lua/luafilesystem/luafilesystem-1.8.0-r1.ebuild +++ b/dev-lua/luafilesystem/luafilesystem-1.8.0-r1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 arm arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="luajit test" RESTRICT="!test? ( test )" |