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 A4D7A59CB2 for ; Fri, 15 Apr 2016 20:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F3CBE0882; Fri, 15 Apr 2016 20:29:40 +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 CC455E0882 for ; Fri, 15 Apr 2016 20:29:39 +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 12D9F340D46 for ; Fri, 15 Apr 2016 20:29:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72AF616C4 for ; Fri, 15 Apr 2016 20:29:34 +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: <1460752167.c315492751b3c36f88d80ed0a0b431a05bde5d1d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Tags/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Perl-Tags/Perl-Tags-0.320.0.ebuild X-VCS-Directories: dev-perl/Perl-Tags/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: c315492751b3c36f88d80ed0a0b431a05bde5d1d X-VCS-Branch: master Date: Fri, 15 Apr 2016 20:29:34 +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: ad6151f7-e013-4f36-b26c-33a764e3e4ed X-Archives-Hash: 79b6cf15b9c6a6c532ada27d80ff519c commit: c315492751b3c36f88d80ed0a0b431a05bde5d1d Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Apr 15 20:28:43 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Apr 15 20:29:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3154927 dev-perl/Perl-Tags: Soft-disable tests since they mess up the terminal badly Package-Manager: portage-2.2.28 dev-perl/Perl-Tags/Perl-Tags-0.320.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-perl/Perl-Tags/Perl-Tags-0.320.0.ebuild b/dev-perl/Perl-Tags/Perl-Tags-0.320.0.ebuild index b568528..abbd5b4 100644 --- a/dev-perl/Perl-Tags/Perl-Tags-0.320.0.ebuild +++ b/dev-perl/Perl-Tags/Perl-Tags-0.320.0.ebuild @@ -44,3 +44,6 @@ DEPEND="${RDEPEND} ) ) " + +DIST_TEST=skip +# the tests work in principle, but they mess up the terminal badly