summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2017-01-20 04:11:44 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2017-01-20 04:12:17 -0500
commitf828029ea99c98a0daae075bac92c8fb1b9ea1b1 (patch)
treea7ad96069376d996aad31fa9fced9165d2f1e9c4 /sys-kernel
parentapp-misc/screen: Stable for HPPA (bug #606366). (diff)
downloadgentoo-f828029ea99c98a0daae075bac92c8fb1b9ea1b1.tar.gz
gentoo-f828029ea99c98a0daae075bac92c8fb1b9ea1b1.tar.bz2
gentoo-f828029ea99c98a0daae075bac92c8fb1b9ea1b1.zip
sys-kernel/ck-sources: add a comment about the sed in src_prepare
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/ck-sources/ck-sources-4.9.4.ebuild1
1 files changed, 1 insertions, 0 deletions
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
}