Gentoo Archives: gentoo-commits

From: Patrick Lauer <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-image/
Date: Sat, 20 Feb 2016 10:00:05
Message-Id: 1455959447.d8ef92757019a13cbb0614a3ebd900e04208a22e.patrick@gentoo
1 commit: d8ef92757019a13cbb0614a3ebd900e04208a22e
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 20 09:10:32 2016 +0000
4 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 09:10:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ef9275
7
8 sys-kernel/raspberrypi-image: Fix Whitespace and Header
9
10 Package-Manager: portage-2.2.27
11
12 .../raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild
16 index 9c3f83b..2f524af 100644
17 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild
18 +++ b/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild
19 @@ -1,6 +1,6 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130807.ebuild,v 1.1 2013/08/15 18:21:47 xmw Exp $
24 +# $Id$
25
26 EAPI=5
27
28 @@ -40,7 +40,7 @@ pkg_preinst() {
29 die "${msg}"
30 fi
31 fi
32 -
33 +
34 if ! grep "${ROOT}boot" /proc/mounts >/dev/null 2>&1; then
35 ewarn "${ROOT}boot is not mounted, the files might not be installed at the right place"
36 fi