From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6914E13881B for ; Tue, 22 Sep 2015 18:47:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BD3DE084D; Tue, 22 Sep 2015 18:47:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00B49E084D for ; Tue, 22 Sep 2015 18:47:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7B2533E01A for ; Tue, 22 Sep 2015 18:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA8AC185 for ; Tue, 22 Sep 2015 18:47:48 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1442947617.bd5eec34eea64c9cfa219b07c6b32be5bb6a0456.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/bbswitch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/bbswitch/bbswitch-0.8.ebuild X-VCS-Directories: sys-power/bbswitch/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: bd5eec34eea64c9cfa219b07c6b32be5bb6a0456 X-VCS-Branch: master Date: Tue, 22 Sep 2015 18:47:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 93736ef8-1848-449f-a2f7-9d606c02520b X-Archives-Hash: 06e97c897a750ced381096fc2dfad5e4 commit: bd5eec34eea64c9cfa219b07c6b32be5bb6a0456 Author: Pacho Ramos gentoo org> AuthorDate: Tue Sep 22 18:46:57 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Sep 22 18:46:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5eec34 Add a comment with the bug reference for remembering the reason of src_prepare patching Package-Manager: portage-2.2.20.1 sys-power/bbswitch/bbswitch-0.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-power/bbswitch/bbswitch-0.8.ebuild b/sys-power/bbswitch/bbswitch-0.8.ebuild index aa7df51..69a3827 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 }