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 054111396D9 for ; Sat, 21 Oct 2017 05:52:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FB162BC051; Sat, 21 Oct 2017 05:52:56 +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 1F56F2BC051 for ; Sat, 21 Oct 2017 05:52:56 +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 DF1E633BEA7 for ; Sat, 21 Oct 2017 05:52:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FA04320 for ; Sat, 21 Oct 2017 05:52:53 +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: <1508565164.1476c135ae813f7269a536504f3c40d8a6a794ad.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-BaseDir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild X-VCS-Directories: dev-perl/File-BaseDir/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 1476c135ae813f7269a536504f3c40d8a6a794ad X-VCS-Branch: master Date: Sat, 21 Oct 2017 05:52:53 +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: 53d3408f-ce1b-427d-b630-1624bc813121 X-Archives-Hash: 7c93d25b6b90c3ee0d9dc71a6a0b8fd2 commit: 1476c135ae813f7269a536504f3c40d8a6a794ad Author: Kent Fredric gentoo org> AuthorDate: Sat Oct 21 05:52:25 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Oct 21 05:52:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1476c135 dev-perl/File-BaseDir: Prevent XDG_CONFIG_HOME breaking tests bug #624028 Closes: https://bugs.gentoo.org/624028 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild index ff8512f89fe..7480e4134b1 100644 --- a/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild +++ b/dev-perl/File-BaseDir/File-BaseDir-0.70.0.ebuild @@ -30,5 +30,7 @@ DEPEND="${RDEPEND} DIST_TEST="do" # https://rt.cpan.org/Ticket/Display.html?id=119256 src_test() { perl_rm_files t/05_pod_cover.t t/04_pod_ok.t + # https://bugs.gentoo.org/624028 + unset XDG_CONFIG_HOME perl-module_src_test }