Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/nvram-wakeup/
Date: Sun, 19 Aug 2018 22:52:32
Message-Id: 1534719033.f5d8c008e7842a045f467df6be09b54d04ea8bf1.monsieurp@gentoo
1 commit: f5d8c008e7842a045f467df6be09b54d04ea8bf1
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sat Aug 18 19:29:30 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 19 22:50:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d8c008
7
8 sys-power/nvram-wakeup: remove broken external link.
9
10 Closes: https://github.com/gentoo/gentoo/pull/9617
11
12 sys-power/nvram-wakeup/nvram-wakeup-1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-power/nvram-wakeup/nvram-wakeup-1.1.ebuild b/sys-power/nvram-wakeup/nvram-wakeup-1.1.ebuild
16 index d4e1e1f8623..80a7ddac403 100644
17 --- a/sys-power/nvram-wakeup/nvram-wakeup-1.1.ebuild
18 +++ b/sys-power/nvram-wakeup/nvram-wakeup-1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="4"
25 @@ -35,7 +35,7 @@ src_prepare() {
26 use nls || epatch "${FILESDIR}"/${PN}-0.97-nonls.patch
27 # Need to be careful with CFLAGS since this could eat your bios
28 strip-flags
29 - # GTTXT mode fix: https://sourceforge.net/tracker/?func=detail&aid=3599718&group_id=35022&atid=412757
30 + # GTTXT mode fix
31 sed -i \
32 -e '/^CFLAGS/s:= -O2 :+= $(CPPFLAGS) :' \
33 -e '/GTTXT/s:755:644:' \