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 80C1413908F for ; Wed, 1 Feb 2017 22:22:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C1FD21C211; Wed, 1 Feb 2017 22:22:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4255221C211 for ; Wed, 1 Feb 2017 22:22:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E801F33BEBE for ; Wed, 1 Feb 2017 22:22:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E3CD3DAB for ; Wed, 1 Feb 2017 22:22:15 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1485987708.1557f67e72b1bb69fb3d16bdd0173d967e938b71.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-SizeLimit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild X-VCS-Directories: dev-perl/Apache-SizeLimit/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 1557f67e72b1bb69fb3d16bdd0173d967e938b71 X-VCS-Branch: master Date: Wed, 1 Feb 2017 22:22:15 +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: bce025ed-003b-416f-b3ec-ba9377a34146 X-Archives-Hash: 923107aacd162df142881f4d8a44659e commit: 1557f67e72b1bb69fb3d16bdd0173d967e938b71 Author: Kent Fredric gentoo org> AuthorDate: Wed Feb 1 21:20:40 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Feb 1 22:21:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1557f67e dev-perl/Apache-SizeLimit: Block tests against mpm-itk re bug #607964 mpm-itk is pretty much impossible to run as anyone other than root due to its need to have permission to change UID to any other user on the system. Subsequently, anything that has to spawn apache for testing anything will be inherently broken by design. Bug: https://bugs.gentoo.org/607964 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild index 7d9c6a0..e2dde52 100644 --- a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild +++ b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,6 +19,9 @@ RDEPEND="dev-perl/Linux-Pid !=www-apache/mod_perl-2.0.5" DEPEND="${RDEPEND} - test? ( >=dev-perl/Apache-Test-1.360.0 )" + test? ( + >=dev-perl/Apache-Test-1.360.0 + !www-apache/mpm_itk + )" SRC_TEST="do"