commit: f828029ea99c98a0daae075bac92c8fb1b9ea1b1
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 09:11:44 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 09:12:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f828029e
sys-kernel/ck-sources: add a comment about the sed in src_prepare
Package-Manager: portage-2.3.0
sys-kernel/ck-sources/ck-sources-4.9.4.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-kernel/ck-sources/ck-sources-4.9.4.ebuild
b/sys-kernel/ck-sources/ck-sources-4.9.4.ebuild
index aefaf8c..0bd568f 100644
--- a/sys-kernel/ck-sources/ck-sources-4.9.4.ebuild
+++ b/sys-kernel/ck-sources/ck-sources-4.9.4.ebuild
@@ -77,6 +77,7 @@ src_prepare() {
#-- Comment out CK's EXTRAVERSION in Makefile ---------------------------------
+ # linux-info eclass cannot handle recursively expanded variables in
Makefile #490328
sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile" || die
}