dev-lua/lua-argparse: keyword on ~ppc64 and don't run unsafe tests

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev
2020-03-14 16:34:39 -07:00
parent 4f1bc88871
commit d8f6fe7a9b

View File

@@ -10,7 +10,7 @@ SRC_URI="https://github.com/mpeterv/argparse/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~ppc64"
IUSE="doc luajit test"
RESTRICT="!test? ( test )"
@@ -37,7 +37,7 @@ src_compile() {
}
src_test() {
busted -o gtest || die
busted -o gtest --exclude-tags="unsafe" || die
}
src_install() {