commit: 00dcc6f0c3f3547eee7652ce27cf455be26144fb Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> AuthorDate: Sun Mar 24 21:27:29 2019 +0000 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> CommitDate: Mon Mar 25 00:17:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00dcc6f0
sys-kernel/raspberrypi-image: fix description DESCRIPTION value in ebuilds is just incorrect - it is a copy of sys-boot/raspberrypi-firmware description. Updated only 9999 ebuild (older release versions will be phased out shortly). Suggested-by: Conrad Kostecki <conrad <AT> kostecki.com> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org> sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild index 0e6d2da6e68..077df9f790e 100644 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild +++ b/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit git-r3 readme.gentoo-r1 -DESCRIPTION="Raspberry PI boot loader and firmware" +DESCRIPTION="Raspberry Pi (all versions) kernel and modules" HOMEPAGE="https://github.com/raspberrypi/firmware" SRC_URI=""
