commit: 11d517f4ec03e463075e95af11be968ce128b22a Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Mon Jun 18 01:42:37 2018 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Mon Jun 18 01:42:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d517f4
app-arch/rpm: disable tests They are broken. Bug: https://bugs.gentoo.org/657500 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-arch/rpm/rpm-4.14.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-arch/rpm/rpm-4.14.1.ebuild b/app-arch/rpm/rpm-4.14.1.ebuild index 0f40f3c08c2..67e9960ddf4 100644 --- a/app-arch/rpm/rpm-4.14.1.ebuild +++ b/app-arch/rpm/rpm-4.14.1.ebuild @@ -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} )"