diff options
author | 2020-11-29 17:09:11 +0000 | |
---|---|---|
committer | 2020-11-29 17:10:53 +0000 | |
commit | 07689b0f571941c992cc95d6ca7b70cac2b8e933 (patch) | |
tree | 8e187e3b0333eedba07d8f3a02247ee205f3d231 /dev-lua | |
parent | dev-lua/lua-utf8: stable 0.1.3 for ppc64 (diff) | |
download | gentoo-07689b0f571941c992cc95d6ca7b70cac2b8e933.tar.gz gentoo-07689b0f571941c992cc95d6ca7b70cac2b8e933.tar.bz2 gentoo-07689b0f571941c992cc95d6ca7b70cac2b8e933.zip |
dev-lua/luacheck: stable 0.23.0-r1 for ppc64
stable wrt bug #757528
Package-Manager: Portage-3.0.11, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luacheck/luacheck-0.23.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luacheck/luacheck-0.23.0-r1.ebuild b/dev-lua/luacheck/luacheck-0.23.0-r1.ebuild index 47d0aed6d004..b77c92185f5a 100644 --- a/dev-lua/luacheck/luacheck-0.23.0-r1.ebuild +++ b/dev-lua/luacheck/luacheck-0.23.0-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/mpeterv/luacheck/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64" +KEYWORDS="~amd64 ~arm ppc64" IUSE="doc luajit test" RESTRICT="!test? ( test )" |