public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-LeakTrace/
Date: Tue, 13 Jun 2017 08:42:45 +0000 (UTC)	[thread overview]
Message-ID: <1497343348.947e2c4bcffd03b387f99de7f9708d225dc2d79f.kentnl@gentoo> (raw)

commit:     947e2c4bcffd03b387f99de7f9708d225dc2d79f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 08:27:55 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 08:42:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947e2c4b

dev-perl/Test-LeakTrace: Fix for '.' in @INC re bug #613872

Standard Module::Install fix for "." in @INC Removal in 5.26

Bug: https://bugs.gentoo.org/613872
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Test-LeakTrace/Test-LeakTrace-0.150.0.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-perl/Test-LeakTrace/Test-LeakTrace-0.150.0.ebuild b/dev-perl/Test-LeakTrace/Test-LeakTrace-0.150.0.ebuild
index 738bcb2f9a8..b61dbfbcf9f 100644
--- a/dev-perl/Test-LeakTrace/Test-LeakTrace-0.150.0.ebuild
+++ b/dev-perl/Test-LeakTrace/Test-LeakTrace-0.150.0.ebuild
@@ -14,3 +14,9 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd
 IUSE=""
 
 SRC_TEST="do"
+
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
+}


             reply	other threads:[~2017-06-13  8:42 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-13  8:42 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-09 19:46 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-LeakTrace/ Andreas K. Hüttel
2021-10-12 18:58 Sam James
2021-10-12  7:10 Agostino Sarubbo
2021-10-11 15:25 Sam James
2021-10-11  6:32 Agostino Sarubbo
2021-10-11  5:45 Sam James
2021-10-11  4:20 Sam James
2021-10-11  4:18 Sam James
2021-10-11  3:15 Sam James
2021-08-19  0:15 Andreas K. Hüttel
2020-04-15 15:40 Kent Fredric
2019-05-05 19:31 Mikle Kolyada
2019-01-17 20:39 Mikle Kolyada
2018-12-08 12:35 Mikle Kolyada
2018-10-25 18:16 Fabian Groffen
2018-09-26 19:05 Markus Meier
2018-08-25 18:08 Sergei Trofimovich
2018-08-22 21:38 Mart Raudsepp
2018-08-20  4:13 Matt Turner
2018-08-20  2:26 Mikle Kolyada
2018-08-19 18:39 Matt Turner
2018-06-08 13:26 Mikle Kolyada
2018-03-01  8:16 Kent Fredric
2017-03-12  0:21 Michael Weber
2017-02-22 17:53 Markus Meier
2016-11-05  7:21 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1497343348.947e2c4bcffd03b387f99de7f9708d225dc2d79f.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox