diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-24 21:27:29 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-25 00:17:57 +0000 |
commit | 00dcc6f0c3f3547eee7652ce27cf455be26144fb (patch) | |
tree | 642bcb294ca90bcfe08a6b67e647fb0265319a95 /sys-kernel | |
parent | sys-kernel/raspberrypi-image: add maintainers (diff) | |
download | gentoo-00dcc6f0c3f3547eee7652ce27cf455be26144fb.tar.gz gentoo-00dcc6f0c3f3547eee7652ce27cf455be26144fb.tar.bz2 gentoo-00dcc6f0c3f3547eee7652ce27cf455be26144fb.zip |
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@kostecki.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild | 4 |
1 files 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 0e6d2da6e687..077df9f790e5 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="" |