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/Clipboard/
Date: Mon, 19 Jun 2017 19:12:34 +0000 (UTC)	[thread overview]
Message-ID: <1497899541.470446762317324da4c722afcab0c9e8c34b54ba.kentnl@gentoo> (raw)

commit:     470446762317324da4c722afcab0c9e8c34b54ba
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 19:12:21 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 19:12:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47044676

dev-perl/Clipboard: Fix for '.' in @INC re bug #615138

Generic Module::Install fix for Perl 5.26

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

 dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild b/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
index 59b85d8657a..903469328a1 100644
--- a/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,3 +19,9 @@ PATCHES=(
 )
 
 RDEPEND="x11-misc/xclip"
+
+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-19 19:12 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-19 19:12 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-23 17:30 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/ Arthur Zamarin
2024-09-23 13:53 Sam James
2024-09-23 12:40 Sam James
2024-07-07 11:02 Sam James
2024-06-10  2:18 Sam James
2024-06-10  2:18 Sam James
2024-06-10  2:18 Sam James
2024-05-02  7:13 Sam James
2024-05-02  1:57 Sam James
2021-10-11 21:27 Andreas K. Hüttel
2021-07-31  6:23 Sam James
2021-07-28  3:12 Sam James
2021-05-02 20:36 Andreas K. Hüttel
2020-08-31 14:11 Sam James
2020-08-25 10:14 Sam James
2020-08-24 19:06 Sam James
2020-08-24  0:08 Sam James
2020-08-21 10:08 Sam James
2020-06-20  2:35 Kent Fredric
2018-04-24  2:20 Kent Fredric
2018-04-16  6:42 Mikle Kolyada
2018-04-07  4:01 Matt Turner
2018-04-05 18:29 Thomas Deutschmann
2018-04-05 14:11 Aaron Bauman
2016-11-19 11:41 Patrice Clement
2016-11-19 11:41 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=1497899541.470446762317324da4c722afcab0c9e8c34b54ba.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