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 00FD2158086 for ; Sun, 5 Dec 2021 01:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 392D82BC074; Sun, 5 Dec 2021 01:29:39 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E03662BC074 for ; Sun, 5 Dec 2021 01:29:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DF851342F4E for ; Sun, 5 Dec 2021 01:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92AA31A0 for ; Sun, 5 Dec 2021 01:29:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1638667762.228edd0bfa8ba1ece0221185dd9e91a2d15c24e1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild X-VCS-Directories: sys-kernel/raspberrypi-sources/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 228edd0bfa8ba1ece0221185dd9e91a2d15c24e1 X-VCS-Branch: master Date: Sun, 5 Dec 2021 01:29: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 943902b1-e189-467d-baea-c05c95babc39 X-Archives-Hash: 0bd9fb8db058e807f10301f6af101122 commit: 228edd0bfa8ba1ece0221185dd9e91a2d15c24e1 Author: Sam James gentoo org> AuthorDate: Sun Dec 5 01:29:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 5 01:29:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228edd0b sys-kernel/raspberrypi-sources: update live to EAPI 7 Signed-off-by: Sam James gentoo.org> sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild | 6 ++---- sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild index 9c4a165e52cf..d6ff24d0a8fa 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 ETYPE=sources K_DEFCONFIG="bcmrpi_defconfig" @@ -11,7 +11,7 @@ inherit kernel-2 detect_version detect_arch -inherit git-r3 eapi7-ver +inherit git-r3 EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git" EGIT_BRANCH="rpi-$(ver_cut 1-2).y" EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi" @@ -20,8 +20,6 @@ EGIT_CLONE_TYPE="shallow" DESCRIPTION="Raspberry Pi kernel sources" HOMEPAGE="https://github.com/raspberrypi/linux" -KEYWORDS="" - src_unpack() { git-r3_src_unpack unpack_set_extraversion diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild index 9c4a165e52cf..d6ff24d0a8fa 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 ETYPE=sources K_DEFCONFIG="bcmrpi_defconfig" @@ -11,7 +11,7 @@ inherit kernel-2 detect_version detect_arch -inherit git-r3 eapi7-ver +inherit git-r3 EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git" EGIT_BRANCH="rpi-$(ver_cut 1-2).y" EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi" @@ -20,8 +20,6 @@ EGIT_CLONE_TYPE="shallow" DESCRIPTION="Raspberry Pi kernel sources" HOMEPAGE="https://github.com/raspberrypi/linux" -KEYWORDS="" - src_unpack() { git-r3_src_unpack unpack_set_extraversion