From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CBE82138218 for ; Mon, 2 May 2016 21:33:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 977A721C086; Mon, 2 May 2016 21:33:31 +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 C8E2021C085 for ; Mon, 2 May 2016 21:33:30 +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 D3A80340B9B for ; Mon, 2 May 2016 21:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C8DB341 for ; Mon, 2 May 2016 21:33:26 +0000 (UTC) From: "Andreas 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 Hüttel" Message-ID: <1462224798.8a27a6e27d157c8f3ea4003559d80958ba9ed639.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild X-VCS-Directories: dev-perl/SOAP-Lite/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 8a27a6e27d157c8f3ea4003559d80958ba9ed639 X-VCS-Branch: master Date: Mon, 2 May 2016 21:33:26 +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: 6c7d8984-2efc-4072-8b57-bf7070638f21 X-Archives-Hash: 2ed2d1944549503d09481ee5c1374093 commit: 8a27a6e27d157c8f3ea4003559d80958ba9ed639 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon May 2 21:22:30 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon May 2 21:33:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a27a6e2 dev-perl/SOAP-Lite: Tests work fine now. Seems one of the test modules needed an update... Package-Manager: portage-2.2.28 dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild index 0554ef0..b098936 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild @@ -43,8 +43,7 @@ DEPEND="${RDEPEND} ) " -#SRC_TEST="do parallel" -# test fails because of \C deprecation warning +SRC_TEST="do parallel" src_test() { has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2