Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH-Perl/
Date: Fri, 08 Dec 2017 22:18:11
Message-Id: 1512771480.3728204b616b8833adb887130d8fc8f9f7785f98.monsieurp@gentoo
1 commit: 3728204b616b8833adb887130d8fc8f9f7785f98
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 7 08:34:37 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 8 22:18:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3728204b
7
8 dev-perl/Net-SSH-Perl: add missing die.
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11 Closes: https://github.com/gentoo/gentoo/pull/6476
12
13 dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1-r2.ebuild b/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1-r2.ebuild
17 index 0d93ae4aba3..8e279843f96 100644
18 --- a/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1-r2.ebuild
19 +++ b/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1-r2.ebuild
20 @@ -42,6 +42,6 @@ PERL_RM_FILES=( # Gentoo integrity checks are used instead
21 )
22 src_prepare() {
23 sed -i -r -e '/signature_target/d' \
24 - "${S}/Makefile.PL" || "Can't strip signing controls from Makefile.PL"
25 + "${S}/Makefile.PL" || die "Can't strip signing controls from Makefile.PL"
26 perl-module_src_prepare
27 }