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 BB83F138330 for ; Sun, 27 May 2018 19:54:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0175DE08CE; Sun, 27 May 2018 19:54:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CD609E08D3 for ; Sun, 27 May 2018 19:54:10 +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 62251335CD3 for ; Sun, 27 May 2018 19:54:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A84D82AD for ; Sun, 27 May 2018 19:54:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1527450812.9d82dbe0d0eeeb2c1c9859fefe7ce01f59426b2d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/firewalld/firewalld-0.5.1-r2.ebuild X-VCS-Directories: net-firewall/firewalld/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9d82dbe0d0eeeb2c1c9859fefe7ce01f59426b2d X-VCS-Branch: master Date: Sun, 27 May 2018 19:54:07 +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: 61b99ea9-db56-42bf-94e2-4a8aba349731 X-Archives-Hash: c694a60c32c014c1907e82c8845e4daa commit: 9d82dbe0d0eeeb2c1c9859fefe7ce01f59426b2d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 27 19:16:22 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 27 19:53:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d82dbe0 net-firewall/firewalld: The only test run is broken w/o root access Closes: https://bugs.gentoo.org/650760 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-firewall/firewalld/firewalld-0.5.1-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-firewall/firewalld/firewalld-0.5.1-r2.ebuild b/net-firewall/firewalld/firewalld-0.5.1-r2.ebuild index fbfa9af7d4e..40e93d003c6 100644 --- a/net-firewall/firewalld/firewalld-0.5.1-r2.ebuild +++ b/net-firewall/firewalld/firewalld-0.5.1-r2.ebuild @@ -35,6 +35,8 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.35 sys-devel/gettext" +RESTRICT="test" # bug 650760 + PATCHES=( "${FILESDIR}"/${P}-errorcodes{1,2}.patch ) src_prepare() {