diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:02:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:39 +0100 |
commit | 4d952fb2586531be523ca6a71c48515441a54667 (patch) | |
tree | f12b7a5202943d859f6dc80d0a5dc7c5e627b936 /sys-boot/colo | |
parent | sys-block/scsirastools: eutils->epatch (diff) | |
download | gentoo-4d952fb2586531be523ca6a71c48515441a54667.tar.gz gentoo-4d952fb2586531be523ca6a71c48515441a54667.tar.bz2 gentoo-4d952fb2586531be523ca6a71c48515441a54667.zip |
sys-boot/colo: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot/colo')
-rw-r--r-- | sys-boot/colo/colo-1.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/colo/colo-1.22.ebuild b/sys-boot/colo/colo-1.22.ebuild index 36e97640d16e..4593417c8e11 100644 --- a/sys-boot/colo/colo-1.22.ebuild +++ b/sys-boot/colo/colo-1.22.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="CObalt LOader - Modern bootloader for Cobalt MIPS machines" HOMEPAGE="https://www.colonel-panic.org/cobalt-mips/" |