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 048D8138334 for ; Sat, 22 Dec 2018 12:46:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C723AE0959; Sat, 22 Dec 2018 12:46:49 +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 A3055E0959 for ; Sat, 22 Dec 2018 12:46:49 +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 1F18F335C6F for ; Sat, 22 Dec 2018 12:46:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F71542F for ; Sat, 22 Dec 2018 12:46:46 +0000 (UTC) From: "Andreas K. Hüttel" 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 K. Hüttel" Message-ID: <1545482787.70bbddc6ad013611aa67b1ff91ef447756c4d023.dilfridge@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: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 70bbddc6ad013611aa67b1ff91ef447756c4d023 X-VCS-Branch: master Date: Sat, 22 Dec 2018 12:46:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: faedc80c-9e03-4d23-9ebb-b35713d5bfa1 X-Archives-Hash: d0aafcfd0215f2b0b5373d752146ac0e commit: 70bbddc6ad013611aa67b1ff91ef447756c4d023 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Dec 22 12:46:10 2018 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Dec 22 12:46:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bbddc6 www-apache/mod_perl: Tests are now fixed, bug 614684 Only remaining thing was PEBKAC Closes: https://bugs.gentoo.org/662692 Closes: https://bugs.gentoo.org/614684 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel gentoo.org> www-apache/mod_perl/mod_perl-2.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ea0cffbccc0..ef5bb45f7ca 100644 --- a/www-apache/mod_perl/mod_perl-2.0.10.ebuild +++ b/www-apache/mod_perl/mod_perl-2.0.10.ebuild @@ -22,7 +22,7 @@ SRC_TEST=do # The test dependencies are from CPAN (Bundle::Apache2). # When all MPMs are disabled via useflags, the apache ebuild selects a -# default one, which will likely need threading... +# default one, which will likely need threading. RDEPEND=" dev-lang/perl[ithreads=]