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 78A00138334 for ; Mon, 18 Jun 2018 01:43:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 659E8E09A4; Mon, 18 Jun 2018 01:43:04 +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 385DCE09A4 for ; Mon, 18 Jun 2018 01:43:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4BB1A335C8E for ; Mon, 18 Jun 2018 01:43:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3BD52CD for ; Mon, 18 Jun 2018 01:42:58 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1529286157.11d517f4ec03e463075e95af11be968ce128b22a.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/rpm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/rpm/rpm-4.14.1.ebuild X-VCS-Directories: app-arch/rpm/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 11d517f4ec03e463075e95af11be968ce128b22a X-VCS-Branch: master Date: Mon, 18 Jun 2018 01:42:58 +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-Archives-Salt: 341c1ea1-65f0-4c99-9d8b-b1293330f4d7 X-Archives-Hash: 64d8523c444510f36d793c9ce55d2331 commit: 11d517f4ec03e463075e95af11be968ce128b22a Author: Virgil Dupras gentoo org> AuthorDate: Mon Jun 18 01:42:37 2018 +0000 Commit: Virgil Dupras gentoo 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} )"