From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B9F7C138821 for ; Wed, 1 Apr 2015 15:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56B5CE0A86; Wed, 1 Apr 2015 15:13:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04420E0A86 for ; Wed, 1 Apr 2015 15:13:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 139D8340879 for ; Wed, 1 Apr 2015 15:13:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9463F14FEE for ; Wed, 1 Apr 2015 15:13:20 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1427901194.69403e8aad29dde18bf68e0ec49580c774cf296f.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: sys-boot/raspberrypi-firmware/ X-VCS-Repository: dev/xmw X-VCS-Files: sys-boot/raspberrypi-firmware/ChangeLog sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild X-VCS-Directories: sys-boot/raspberrypi-firmware/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 69403e8aad29dde18bf68e0ec49580c774cf296f X-VCS-Branch: master Date: Wed, 1 Apr 2015 15:13:20 +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: 06a4df30-7425-436a-b008-df0a868c0a4a X-Archives-Hash: 698db1b8984bfe7b50ad18faba1ce2ec commit: 69403e8aad29dde18bf68e0ec49580c774cf296f Author: Michael Weber xmw de> AuthorDate: Wed Apr 1 15:13:14 2015 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Apr 1 15:13:14 2015 +0000 URL: https://gitweb.gentoo.org/dev/xmw.git/commit/?id=69403e8a Fix typo (bug 505108, thanks David Flogeras). Package-Manager: portage-2.2.18 Manifest-Sign-Key: 62EEF090 sys-boot/raspberrypi-firmware/ChangeLog | 4 ++++ .../raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-boot/raspberrypi-firmware/ChangeLog b/sys-boot/raspberrypi-firmware/ChangeLog index 8645770..88f3a3c 100644 --- a/sys-boot/raspberrypi-firmware/ChangeLog +++ b/sys-boot/raspberrypi-firmware/ChangeLog @@ -1,5 +1,9 @@ 01 Apr 2015; Michael Weber raspberrypi-firmware-1_pre20150327.ebuild: + Fix typo (bug 505108, thanks David Flogeras). + + 01 Apr 2015; Michael Weber + raspberrypi-firmware-1_pre20150327.ebuild: Fix bug 520686 by Maxim Mikityanskiy. *raspberrypi-firmware-1_pre20150327 (01 Apr 2015) diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild index 1b46d8b..d770bc4 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild @@ -39,7 +39,7 @@ pkg_preinst() { fi if [ -n "${msg}" ] ; then msg="This package installs following files: ${msg}." - msg="${msg} Please remove(backup) your copies durning install" + msg="${msg} Please remove(backup) your copies during install" msg="${msg} and merge settings afterwards." msg="${msg} Further updates will be CONFIG_PROTECTed." die "${msg}"