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 F3CA31384B4 for ; Tue, 24 Nov 2015 22:56:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30A6521C002; Tue, 24 Nov 2015 22:56:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C260B21C002 for ; Tue, 24 Nov 2015 22:56:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A8EB340712 for ; Tue, 24 Nov 2015 22:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C04BD706 for ; Tue, 24 Nov 2015 22:56:01 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1448405585.6359cfd872554d6380a18d65a5ea01536016e1fe.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Linux-Smaps/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild X-VCS-Directories: dev-perl/Linux-Smaps/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 6359cfd872554d6380a18d65a5ea01536016e1fe X-VCS-Branch: master Date: Tue, 24 Nov 2015 22:56:01 +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: fdf24411-5821-4162-8802-8ba538921e4c X-Archives-Hash: 64df42a1db26a5f08c6549cc764102f7 commit: 6359cfd872554d6380a18d65a5ea01536016e1fe Author: Patrice Clement gentoo org> AuthorDate: Tue Nov 24 22:52:21 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Nov 24 22:53:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6359cfd8 dev-perl/Linux-Smaps: Remove dubious tests. Fixes bug 555174. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement gentoo.org> dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild b/dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild index 1fc980e..6469fdf 100644 --- a/dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild +++ b/dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild @@ -17,3 +17,8 @@ IUSE="" CONFIG_CHECK="~MMU ~PROC_PAGE_MONITOR" SRC_TEST="do parallel" + +# Remove dubious tests. +PERL_RM_FILES=( + t/0{3,4}.t +)