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 3B16A139694 for ; Thu, 16 Mar 2017 08:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 631E7E0C3A; Thu, 16 Mar 2017 08:34:39 +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 3FCABE0C3A for ; Thu, 16 Mar 2017 08:34:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DA53834112A for ; Thu, 16 Mar 2017 08:34:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5653669F5 for ; Thu, 16 Mar 2017 08:34:36 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1489653246.67833d6e01bdc8a4b297984e5a04285b01cad7de.amynka@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.10.2.ebuild X-VCS-Directories: sys-kernel/ck-sources/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 67833d6e01bdc8a4b297984e5a04285b01cad7de X-VCS-Branch: master Date: Thu, 16 Mar 2017 08:34:36 +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: 67f70e6e-e514-4dd2-b6c1-3f0daf5f4a88 X-Archives-Hash: aa2246383889c184e5d9626feea55b6e commit: 67833d6e01bdc8a4b297984e5a04285b01cad7de Author: kuzetsa gmail com> AuthorDate: Thu Mar 16 04:26:12 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Thu Mar 16 08:34:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67833d6e sys-kernel/ck-sources: resolve EAPI 5/6 regression Closes:#4211 Gentoo-Bug: #612782 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-kernel/ck-sources/ck-sources-4.10.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-kernel/ck-sources/ck-sources-4.10.2.ebuild b/sys-kernel/ck-sources/ck-sources-4.10.2.ebuild index ccb1a14ea31..1df39b6dd4f 100644 --- a/sys-kernel/ck-sources/ck-sources-4.10.2.ebuild +++ b/sys-kernel/ck-sources/ck-sources-4.10.2.ebuild @@ -55,4 +55,7 @@ src_prepare() { # linux-info eclass cannot handle recursively expanded variables in Makefile #490328 sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile" || die + + # EAPI 6: default action doesn't happen by default #612782 + default }