From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5182E138350 for ; Sun, 15 Mar 2020 23:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDA66E0EFA; Sun, 15 Mar 2020 23:31:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBEDCE0EFA for ; Sun, 15 Mar 2020 23:31:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56E2334F19B for ; Sun, 15 Mar 2020 23:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57916183 for ; Sun, 15 Mar 2020 23:31:23 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1584315055.d7125ea6203f3d84e832a2aa945d983d9eb51932.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luacheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luacheck/luacheck-0.23.0.ebuild X-VCS-Directories: dev-lua/luacheck/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: d7125ea6203f3d84e832a2aa945d983d9eb51932 X-VCS-Branch: master Date: Sun, 15 Mar 2020 23:31:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec6565c3-d1cd-43aa-a623-5edbed1ed4ff X-Archives-Hash: 2d359fc5346aa05fd6e2401c8044b8d2 commit: d7125ea6203f3d84e832a2aa945d983d9eb51932 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Mar 15 23:30:55 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Mar 15 23:30:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7125ea6 dev-lua/luacheck: QA: fix some issues Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lua/luacheck/luacheck-0.23.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-lua/luacheck/luacheck-0.23.0.ebuild b/dev-lua/luacheck/luacheck-0.23.0.ebuild index 8ef3444c4a7..96cc94e42b2 100644 --- a/dev-lua/luacheck/luacheck-0.23.0.ebuild +++ b/dev-lua/luacheck/luacheck-0.23.0.ebuild @@ -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=" @@ -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