diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-05-12 22:24:28 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-05-12 22:56:04 +0200 |
commit | b0be2b8be0bb07f6f59ae66f65a46df8b203c9d1 (patch) | |
tree | cd0ccfbcfb3727fba7bae3e8cdfd3cbfbfc6a4fb /dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild | |
parent | dev-lua/luacheck: x86 stable (bug #638140) (diff) | |
download | gentoo-b0be2b8be0bb07f6f59ae66f65a46df8b203c9d1.tar.gz gentoo-b0be2b8be0bb07f6f59ae66f65a46df8b203c9d1.tar.bz2 gentoo-b0be2b8be0bb07f6f59ae66f65a46df8b203c9d1.zip |
dev-lua/luafilesystem: x86 stable (bug #638140)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild')
-rw-r--r-- | dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild b/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild index 2b0ac49cf730..f1c996243aa9 100644 --- a/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild +++ b/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/keplerproject/luafilesystem/archive/v${MY_PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="luajit" RDEPEND=" |