diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2017-01-20 04:11:44 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2017-01-20 04:12:17 -0500 |
commit | f828029ea99c98a0daae075bac92c8fb1b9ea1b1 (patch) | |
tree | a7ad96069376d996aad31fa9fced9165d2f1e9c4 | |
parent | app-misc/screen: Stable for HPPA (bug #606366). (diff) | |
download | gentoo-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
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-4.9.4.ebuild | 1 |
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 } |