diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 15:00:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 20:01:33 +0100 |
commit | 8c27c4adb3d465c4dcd44085d9ce05938009b3b4 (patch) | |
tree | c2c244d070ae85278ac85e6b1c49893fb59c3f51 /sys-apps/memtest86+ | |
parent | sys-apps/mlocate: eutils-- (diff) | |
download | gentoo-8c27c4adb3d465c4dcd44085d9ce05938009b3b4.tar.gz gentoo-8c27c4adb3d465c4dcd44085d9ce05938009b3b4.tar.bz2 gentoo-8c27c4adb3d465c4dcd44085d9ce05938009b3b4.zip |
sys-apps/memtest86+: 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-apps/memtest86+')
-rw-r--r-- | sys-apps/memtest86+/memtest86+-5.01-r4.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/memtest86+/memtest86+-5.01-r5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/memtest86+/memtest86+-5.01-r4.ebuild b/sys-apps/memtest86+/memtest86+-5.01-r4.ebuild index 08cf34af5417..d10fc874b008 100644 --- a/sys-apps/memtest86+/memtest86+-5.01-r4.ebuild +++ b/sys-apps/memtest86+/memtest86+-5.01-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit mount-boot eutils toolchain-funcs +inherit mount-boot epatch toolchain-funcs DESCRIPTION="Memory tester based on memtest86" HOMEPAGE="http://www.memtest.org/" diff --git a/sys-apps/memtest86+/memtest86+-5.01-r5.ebuild b/sys-apps/memtest86+/memtest86+-5.01-r5.ebuild index 35c3e1085fa3..28e4fdcc4547 100644 --- a/sys-apps/memtest86+/memtest86+-5.01-r5.ebuild +++ b/sys-apps/memtest86+/memtest86+-5.01-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit mount-boot eutils toolchain-funcs +inherit mount-boot epatch toolchain-funcs DESCRIPTION="Memory tester based on memtest86" HOMEPAGE="http://www.memtest.org/" |