projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e338f38
)
sys-kernel/ck-sources: add a comment about the sed in src_prepare
author
Göktürk Yüksek
<gokturk@gentoo.org>
Fri, 20 Jan 2017 09:11:44 +0000
(
04:11
-0500)
committer
Gö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
patch
|
blob
|
history
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 aefaf8c9af9247d2160b6738bb1f99ee702bb494..0bd568f1851c3f8dccbc1fd25a08f5911f18c04c 100644
(file)
--- 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
}