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 DEB3F13835A for ; Tue, 20 Oct 2020 04:31:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03760E0837; Tue, 20 Oct 2020 04:31:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD9E2E0837 for ; Tue, 20 Oct 2020 04:31:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6411340997 for ; Tue, 20 Oct 2020 04:31:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 741F93AD for ; Tue, 20 Oct 2020 04:31:50 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1603166105.c6c25f8cc6ff56690316c29179e29d4b018c03a5.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/pre-kmerge.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c6c25f8cc6ff56690316c29179e29d4b018c03a5 X-VCS-Branch: pending/mattst88 Date: Tue, 20 Oct 2020 04:31:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b69e486a-f7f8-499b-9eb6-2ff7d0842bdc X-Archives-Hash: 352841a570387d5738d80690bfa4de3a commit: c6c25f8cc6ff56690316c29179e29d4b018c03a5 Author: Matt Turner gentoo org> AuthorDate: Mon Oct 19 22:38:54 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 20 03:55:05 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c6c25f8c targets: Use full 'sys-kernel/genkernel' package name Signed-off-by: Matt Turner gentoo.org> targets/support/pre-kmerge.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/pre-kmerge.sh b/targets/support/pre-kmerge.sh index 165dfd51..a92c436c 100755 --- a/targets/support/pre-kmerge.sh +++ b/targets/support/pre-kmerge.sh @@ -20,5 +20,5 @@ if [[ ${clst_hostarch} == hppa ]]; then [[ $num64 > 1 ]] && die "Only one 64-bit kernel can be configured" fi -run_merge --oneshot genkernel +run_merge --oneshot sys-kernel/genkernel install -d /tmp/kerncache