sys-kernel/ck-sources: add a comment about the sed in src_prepare
authorGöktürk Yüksek <gokturk@gentoo.org>
Fri, 20 Jan 2017 09:11:44 +0000 (04:11 -0500)
committerGöktürk Yüksek <gokturk@gentoo.org>
Fri, 20 Jan 2017 09:12:17 +0000 (04:12 -0500)
Package-Manager: portage-2.3.0

sys-kernel/ck-sources/ck-sources-4.9.4.ebuild

index aefaf8c9af9247d2160b6738bb1f99ee702bb494..0bd568f1851c3f8dccbc1fd25a08f5911f18c04c 100644 (file)
@@ -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
 }