app-arch/rpm: disable tests

They are broken.

Bug: https://bugs.gentoo.org/657500
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Virgil Dupras
2018-06-17 21:42:37 -04:00
parent d3eecb50bf
commit 11d517f4ec

View File

@@ -16,6 +16,9 @@ LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
# Tests are broken. See bug 657500
RESTRICT="test"
IUSE="acl caps doc lua nls python selinux test"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"