diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:02:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:37 +0100 |
commit | 8c18db72d596fc994ae5eb9636b6cda540e35846 (patch) | |
tree | 5cd87f88c64acf1a0ee540761e1292cc886de5fb /sys-block | |
parent | sys-block/blktrace: eutils->epatch (diff) | |
download | gentoo-8c18db72d596fc994ae5eb9636b6cda540e35846.tar.gz gentoo-8c18db72d596fc994ae5eb9636b6cda540e35846.tar.bz2 gentoo-8c18db72d596fc994ae5eb9636b6cda540e35846.zip |
sys-block/raid-check: 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-block')
-rw-r--r-- | sys-block/raid-check/raid-check-20140719-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/raid-check/raid-check-20140719-r1.ebuild b/sys-block/raid-check/raid-check-20140719-r1.ebuild index 1251ad1189b4..a3b409d94e4b 100644 --- a/sys-block/raid-check/raid-check-20140719-r1.ebuild +++ b/sys-block/raid-check/raid-check-20140719-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="Script to do \"scrubbing\" on software RAID systems" HOMEPAGE="https://github.com/fukawi2/raid-check" |