commit:     524925d4b833502b81a5c653b57cfe5437820d81
Author:     Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  7 23:03:51 2017 +0000
Commit:     Steve Arnold <nerdboy <AT> gentoo <DOT> org>
CommitDate: Thu Dec  7 23:04:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524925d4

sys-kernel/raspberrypi-sources: fix missing branch name

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 391d5da1d92..51bf6caa0a8 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";

Reply via email to