From: Pacho Ramos Date: Tue, 22 Sep 2015 18:46:57 +0000 (+0200) Subject: Add a comment with the bug reference for remembering the reason of src_prepare patching X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bd5eec34eea64c9cfa219b07c6b32be5bb6a0456;p=gentoo.git Add a comment with the bug reference for remembering the reason of src_prepare patching Package-Manager: portage-2.2.20.1 --- diff --git a/sys-power/bbswitch/bbswitch-0.8.ebuild b/sys-power/bbswitch/bbswitch-0.8.ebuild index aa7df518c4cd..69a382719120 100644 --- a/sys-power/bbswitch/bbswitch-0.8.ebuild +++ b/sys-power/bbswitch/bbswitch-0.8.ebuild @@ -30,6 +30,7 @@ pkg_setup() { } src_prepare() { + # Fix build failure, bug #513542 sed -i 's/^KDIR.*$/KDIR\ \:= \/usr\/src\/linux/g' Makefile || die }