mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user