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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3490139083 for ; Thu, 7 Dec 2017 23:04:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5432E0FDA; Thu, 7 Dec 2017 23:04:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E5FDE0FDA for ; Thu, 7 Dec 2017 23:04:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4D9033BE18 for ; Thu, 7 Dec 2017 23:04:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 505BEAE6B for ; Thu, 7 Dec 2017 23:04:53 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1512687866.524925d4b833502b81a5c653b57cfe5437820d81.nerdboy@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.14.9999.ebuild X-VCS-Directories: sys-kernel/raspberrypi-sources/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: 524925d4b833502b81a5c653b57cfe5437820d81 X-VCS-Branch: master Date: Thu, 7 Dec 2017 23:04:53 +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-Archives-Salt: 2617d16a-3eaf-422b-89f0-e8ff39344db5 X-Archives-Hash: a275fcd5d89b077bb165697e26f9e78c commit: 524925d4b833502b81a5c653b57cfe5437820d81 Author: Stephen L Arnold gentoo org> AuthorDate: Thu Dec 7 23:03:51 2017 +0000 Commit: Steve Arnold gentoo 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"