diff options
author | Joshua Kinard <kumba@gentoo.org> | 2022-01-16 19:27:13 -0500 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2022-01-16 21:24:23 -0500 |
commit | 2b957dfd9e84bd8b5f402cf641d2a7b003ec299b (patch) | |
tree | 7044774794bc26269cba90928bfd234b0c4e9b39 /sys-boot/arcload | |
parent | net-wireless/wpa_supplicant: add 2.10 (security bump) (diff) | |
download | gentoo-2b957dfd9e84bd8b5f402cf641d2a7b003ec299b.tar.gz gentoo-2b957dfd9e84bd8b5f402cf641d2a7b003ec299b.tar.bz2 gentoo-2b957dfd9e84bd8b5f402cf641d2a7b003ec299b.zip |
sys-boot/arcload: Minor fixes to ebuild.
- Update EAPI to 8
- Update copyright year
- Update DESCRIPTION field
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Diffstat (limited to 'sys-boot/arcload')
-rw-r--r-- | sys-boot/arcload/arcload-0.50-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/arcload/arcload-0.50-r3.ebuild b/sys-boot/arcload/arcload-0.50-r3.ebuild index 33e6d147541b..3646caa62a10 100644 --- a/sys-boot/arcload/arcload-0.50-r3.ebuild +++ b/sys-boot/arcload/arcload-0.50-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs @@ -9,7 +9,7 @@ inherit toolchain-funcs MY_PV="${PV/50/5}" PATCHREV="1" -DESCRIPTION="ARCLoad - SGI Multi-bootloader. Able to bootload many different SGI Systems" +DESCRIPTION="ARCLoad - Bootloader for SGI IP22/IP32/IP27/IP28/IP30 Systems" HOMEPAGE="https://www.linux-mips.org/wiki/ARCLoad" SRC_URI="https://www.linux-mips.org/pub/linux/mips/people/skylark/${PN}-${MY_PV}.tar.bz2 mirror://gentoo/${P}-patches-v${PATCHREV}.tar.xz" |