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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88E87158086 for ; Fri, 17 Dec 2021 01:26:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CE1D2BC032; Fri, 17 Dec 2021 01:26:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BF872BC019 for ; Fri, 17 Dec 2021 01:25:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65CA7343523 for ; Fri, 17 Dec 2021 01:25:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D469524E for ; Fri, 17 Dec 2021 01:25:56 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1639704340.0d97747a4879883d66606d0df933422dab715554.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-kernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/vanilla-kernel/vanilla-kernel-5.4.166.ebuild X-VCS-Directories: sys-kernel/vanilla-kernel/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 0d97747a4879883d66606d0df933422dab715554 X-VCS-Branch: master Date: Fri, 17 Dec 2021 01:25:56 +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: c356cde9-a65c-47ce-bf73-87ab518560d1 X-Archives-Hash: 3bbd2be4dc4cd4ffbe7aa51ceb0c6ef2 commit: 0d97747a4879883d66606d0df933422dab715554 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Dec 17 01:21:57 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Dec 17 01:25:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d97747a sys-kernel/vanilla-kernel: keyword 5.4.166 for ~ppc Signed-off-by: Georgy Yakovlev gentoo.org> sys-kernel/vanilla-kernel/vanilla-kernel-5.4.166.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.166.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.166.ebuild index 42230c7d1fb5..d9962fbe3a8d 100644 --- a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.166.ebuild +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.166.ebuild @@ -39,7 +39,7 @@ SRC_URI+=" S=${WORKDIR}/${MY_P} LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~x86" IUSE="debug" RDEPEND=" @@ -75,6 +75,11 @@ src_prepare() { arm64) cp "${DISTDIR}/kernel-aarch64.config.${CONFIG_VER}" .config || die ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}"/linux-*/arch/powerpc/configs/pmac32_defconfig .config || die + ;; ppc64) cp "${DISTDIR}/kernel-ppc64le.config.${CONFIG_VER}" .config || die ;;