commit: 69403e8aad29dde18bf68e0ec49580c774cf296f Author: Michael Weber <michael <AT> xmw <DOT> de> AuthorDate: Wed Apr 1 15:13:14 2015 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> 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 <[email protected]> raspberrypi-firmware-1_pre20150327.ebuild: + Fix typo (bug 505108, thanks David Flogeras). + + 01 Apr 2015; Michael Weber <[email protected]> + 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}"
