diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-08-18 21:29:30 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-08-20 00:50:33 +0200 |
commit | f5d8c008e7842a045f467df6be09b54d04ea8bf1 (patch) | |
tree | dc8bcc4a6d2e5203b25c087316881a30a4c53baf /sys-power | |
parent | dev-util/cutter: version bump to 1.7. (diff) | |
download | gentoo-f5d8c008e7842a045f467df6be09b54d04ea8bf1.tar.gz gentoo-f5d8c008e7842a045f467df6be09b54d04ea8bf1.tar.bz2 gentoo-f5d8c008e7842a045f467df6be09b54d04ea8bf1.zip |
sys-power/nvram-wakeup: remove broken external link.
Closes: https://github.com/gentoo/gentoo/pull/9617
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/nvram-wakeup/nvram-wakeup-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/nvram-wakeup/nvram-wakeup-1.1.ebuild b/sys-power/nvram-wakeup/nvram-wakeup-1.1.ebuild index d4e1e1f8623c..80a7ddac4035 100644 --- a/sys-power/nvram-wakeup/nvram-wakeup-1.1.ebuild +++ b/sys-power/nvram-wakeup/nvram-wakeup-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -35,7 +35,7 @@ src_prepare() { use nls || epatch "${FILESDIR}"/${PN}-0.97-nonls.patch # Need to be careful with CFLAGS since this could eat your bios strip-flags - # GTTXT mode fix: https://sourceforge.net/tracker/?func=detail&aid=3599718&group_id=35022&atid=412757 + # GTTXT mode fix sed -i \ -e '/^CFLAGS/s:= -O2 :+= $(CPPFLAGS) :' \ -e '/GTTXT/s:755:644:' \ |