Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp/
Date: Fri, 27 Aug 2021 14:20:05
Message-Id: 1630073994.88bb9835259c5ee71c994269963e2723fb6b0fc7.polynomial-c@gentoo
1 commit: 88bb9835259c5ee71c994269963e2723fb6b0fc7
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 27 14:19:38 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 27 14:19:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88bb9835
7
8 net-dialup/ppp: Fixed "|| die" call
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 net-dialup/ppp/ppp-2.4.9-r5.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/net-dialup/ppp/ppp-2.4.9-r5.ebuild b/net-dialup/ppp/ppp-2.4.9-r5.ebuild
16 index 092ae4b58bc..679207465c5 100644
17 --- a/net-dialup/ppp/ppp-2.4.9-r5.ebuild
18 +++ b/net-dialup/ppp/ppp-2.4.9-r5.ebuild
19 @@ -99,8 +99,7 @@ src_prepare() {
20
21 if use systemd ; then
22 einfo "Enabling systemd notification"
23 - sed '/SYSTEMD=/s@^#@@' -i pppd/Makefile.linux \
24 - die
25 + sed '/SYSTEMD=/s@^#@@' -i pppd/Makefile.linux || die
26 fi
27
28 # Respect our pkg-config settings.