From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2E98139085 for ; Fri, 20 Jan 2017 09:12:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24C18E0E33; Fri, 20 Jan 2017 09:12:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07E97E0E33 for ; Fri, 20 Jan 2017 09:12:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E49213409C1 for ; Fri, 20 Jan 2017 09:12:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 583372A06 for ; Fri, 20 Jan 2017 09:12:42 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1484903537.f828029ea99c98a0daae075bac92c8fb1b9ea1b1.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/ck-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/ck-sources/ck-sources-4.9.4.ebuild X-VCS-Directories: sys-kernel/ck-sources/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: f828029ea99c98a0daae075bac92c8fb1b9ea1b1 X-VCS-Branch: master Date: Fri, 20 Jan 2017 09:12:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 801a5514-70b2-46b4-8bf3-153acd781b36 X-Archives-Hash: 701cac01d01324dc3be87f9ed77e29db commit: f828029ea99c98a0daae075bac92c8fb1b9ea1b1 Author: Göktürk Yüksek gentoo org> AuthorDate: Fri Jan 20 09:11:44 2017 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Fri Jan 20 09:12:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f828029e sys-kernel/ck-sources: add a comment about the sed in src_prepare Package-Manager: portage-2.3.0 sys-kernel/ck-sources/ck-sources-4.9.4.ebuild | 1 + 1 file changed, 1 insertion(+) 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 aefaf8c..0bd568f 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 }