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 55A2E139085 for ; Thu, 2 Feb 2017 00:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC0EC21C1CD; Thu, 2 Feb 2017 00:06:17 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8FF721C1CD for ; Thu, 2 Feb 2017 00:06:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 18870340F43 for ; Thu, 2 Feb 2017 00:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74A653DBF for ; Thu, 2 Feb 2017 00:06:14 +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: <1485993963.cf9fef3ca4b6cf1c6cec68e4be1a5969186a03c3.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_perl/mod_perl-2.0.10.ebuild X-VCS-Directories: www-apache/mod_perl/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: cf9fef3ca4b6cf1c6cec68e4be1a5969186a03c3 X-VCS-Branch: master Date: Thu, 2 Feb 2017 00:06:14 +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: 6cbb826a-a93c-4d09-8dd8-90ab16ae6d0e X-Archives-Hash: b5fe02ec5ea8018ebe9f1429e854e0e2 commit: cf9fef3ca4b6cf1c6cec68e4be1a5969186a03c3 Author: Kent Fredric gentoo org> AuthorDate: Thu Feb 2 00:05:26 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Feb 2 00:06:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9fef3c www-apache/mod_perl: Block testing with mpm-itk installed re bug #603378 mpm_itk needs root or things running apache as non-root fail. mod_perl tests needs to be not run as root or it will skip tests. Therefor, mod_perl's tests and mpm_itk can't coexist. Bug: https://bugs.gentoo.org/603378 Package-Manager: Portage-2.3.3, Repoman-2.3.1 www-apache/mod_perl/mod_perl-2.0.10.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-apache/mod_perl/mod_perl-2.0.10.ebuild b/www-apache/mod_perl/mod_perl-2.0.10.ebuild index b13af32..000d701 100644 --- a/www-apache/mod_perl/mod_perl-2.0.10.ebuild +++ b/www-apache/mod_perl/mod_perl-2.0.10.ebuild @@ -41,6 +41,7 @@ DEPEND="${RDEPEND} dev-perl/IPC-Run3 dev-perl/libwww-perl www-servers/apache[apache2_modules_version,-apache2_modules_unique_id] + !www-apache/mpm_itk ) " PDEPEND="