summaryrefslogtreecommitdiff
path: root/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild')
-rw-r--r--sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild7
1 files changed, 4 insertions, 3 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 76139074cd9f..9b04c823db71 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-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
ETYPE=sources
K_DEFCONFIG="bcmrpi_defconfig"
@@ -11,10 +11,11 @@ inherit kernel-2
detect_version
detect_arch
-inherit git-r3 versionator
+inherit git-r3 eapi7-ver
EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git"
-EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
+EGIT_BRANCH="rpi-$(ver_cut 1-2).y"
EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
+EGIT_CLONE_TYPE="shallow"
DESCRIPTION="Raspberry PI kernel sources"
HOMEPAGE="https://github.com/raspberrypi/linux"