From: Göktürk Yüksek Date: Fri, 20 Jan 2017 09:11:44 +0000 (-0500) Subject: sys-kernel/ck-sources: add a comment about the sed in src_prepare X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f828029ea99c98a0daae075bac92c8fb1b9ea1b1;p=gentoo.git sys-kernel/ck-sources: add a comment about the sed in src_prepare Package-Manager: portage-2.3.0 --- 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 aefaf8c9af92..0bd568f1851c 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 }