summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen L Arnold <nerdboy@gentoo.org>2017-12-07 15:03:51 -0800
committerStephen L Arnold <nerdboy@gentoo.org>2017-12-07 15:04:26 -0800
commit524925d4b833502b81a5c653b57cfe5437820d81 (patch)
treee3d592dfefad366d3441d1cf8b6082e96de8b167 /sys-kernel
parentdev-db/cockroach: 1.1.2 version bump for bug #636372 (diff)
downloadgentoo-524925d4b833502b81a5c653b57cfe5437820d81.tar.gz
gentoo-524925d4b833502b81a5c653b57cfe5437820d81.tar.bz2
gentoo-524925d4b833502b81a5c653b57cfe5437820d81.zip
sys-kernel/raspberrypi-sources: fix missing branch name
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild
index 391d5da1d92c..51bf6caa0a8e 100644
--- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild
+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild
@@ -13,7 +13,7 @@ detect_arch
inherit git-r3 versionator
EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git"
-EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
+EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
DESCRIPTION="Raspberry PI kernel sources"
HOMEPAGE="https://github.com/raspberrypi/linux"