Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/bbswitch/
Date: Tue, 22 Sep 2015 18:47:55
Message-Id: 1442947617.bd5eec34eea64c9cfa219b07c6b32be5bb6a0456.pacho@gentoo
1 commit: bd5eec34eea64c9cfa219b07c6b32be5bb6a0456
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 18:46:57 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 18:46:57 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5eec34
7
8 Add a comment with the bug reference for remembering the reason of src_prepare patching
9
10 Package-Manager: portage-2.2.20.1
11
12 sys-power/bbswitch/bbswitch-0.8.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sys-power/bbswitch/bbswitch-0.8.ebuild b/sys-power/bbswitch/bbswitch-0.8.ebuild
16 index aa7df51..69a3827 100644
17 --- a/sys-power/bbswitch/bbswitch-0.8.ebuild
18 +++ b/sys-power/bbswitch/bbswitch-0.8.ebuild
19 @@ -30,6 +30,7 @@ pkg_setup() {
20 }
21
22 src_prepare() {
23 + # Fix build failure, bug #513542
24 sed -i 's/^KDIR.*$/KDIR\ \:= \/usr\/src\/linux/g' Makefile || die
25 }