Gentoo Archives: gentoo-commits

From: Steve Arnold <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-sources/
Date: Thu, 07 Dec 2017 23:04:57
Message-Id: 1512687866.524925d4b833502b81a5c653b57cfe5437820d81.nerdboy@gentoo
1 commit: 524925d4b833502b81a5c653b57cfe5437820d81
2 Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 7 23:03:51 2017 +0000
4 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 7 23:04:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524925d4
7
8 sys-kernel/raspberrypi-sources: fix missing branch name
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild
16 index 391d5da1d92..51bf6caa0a8 100644
17 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild
18 +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.14.9999.ebuild
19 @@ -13,7 +13,7 @@ detect_arch
20
21 inherit git-r3 versionator
22 EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git"
23 -EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
24 +EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y"
25
26 DESCRIPTION="Raspberry PI kernel sources"
27 HOMEPAGE="https://github.com/raspberrypi/linux"