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 C69C4138336 for ; Sun, 24 Mar 2019 19:18:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4B86E0AF3; Sun, 24 Mar 2019 19:18:37 +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 9B1E8E0AF3 for ; Sun, 24 Mar 2019 19:18:37 +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 157B6335D3E for ; Sun, 24 Mar 2019 19:18:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE58C57B for ; Sun, 24 Mar 2019 19:18:34 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1553455061.e98fe1e65521520ff7534f57fcd7627f16b35799.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/raspberrypi-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild X-VCS-Directories: sys-boot/raspberrypi-firmware/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: e98fe1e65521520ff7534f57fcd7627f16b35799 X-VCS-Branch: master Date: Sun, 24 Mar 2019 19:18:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 64639dd1-ebdf-4a1c-88d3-c7ad6013c81c X-Archives-Hash: bc3cd263335ed1f8db7ace00e418017d commit: e98fe1e65521520ff7534f57fcd7627f16b35799 Author: Andrey Utkin gentoo org> AuthorDate: Fri Mar 22 23:08:58 2019 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Sun Mar 24 19:17:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98fe1e6 sys-boot/raspberrypi-firmware: inherit mount-boot This package installs files directly into /boot which is meant to be on a separate partition. Suggested-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin gentoo.org> sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild index 0829ce635be..35b6057e859 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit git-r3 readme.gentoo +inherit git-r3 mount-boot readme.gentoo DESCRIPTION="Raspberry PI boot loader and firmware" HOMEPAGE="https://github.com/raspberrypi/firmware"