Skip to content

Commit

Permalink
dev-lua/luacheck: QA: fix some issues
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Mar 15, 2020
1 parent 1aa0c36 commit d7125ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dev-lua/luacheck/luacheck-0.23.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ SRC_URI="https://github.com/mpeterv/luacheck/archive/${PV}.tar.gz -> ${P}.tar.gz

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
KEYWORDS="~amd64 ~ppc64"
IUSE="doc luajit test"
RESTRICT="!test? ( test )"

RDEPEND="
dev-lua/lua-argparse
dev-lua/lua-argparse[luajit=]
dev-lua/luafilesystem[luajit=]
dev-lua/lua-utf8[luajit=]
!luajit? ( >=dev-lang/lua-5.1:= )
luajit? ( dev-lang/luajit:2 )"
BDEPEND="
Expand Down Expand Up @@ -46,7 +47,7 @@ src_install() {

newbin bin/luacheck.lua luacheck

use doc && HTML_DOCS=( html/. )
use doc && local HTML_DOCS=( html/. )

local -a DOCS=( CHANGELOG.md LICENSE README.md )
einstalldocs
Expand Down

0 comments on commit d7125ea

Please sign in to comment.