diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 12:13:36 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-16 12:13:36 +0200 |
commit | 9e107ce94a18ac7be516efb8bfe32cc6c2444b05 (patch) | |
tree | 4b902f8dba513f7f946fc46643c0600defa4a315 /sys-apps/memtest86 | |
parent | sys-apps/makedev: eutils-- (diff) | |
download | gentoo-9e107ce94a18ac7be516efb8bfe32cc6c2444b05.tar.gz gentoo-9e107ce94a18ac7be516efb8bfe32cc6c2444b05.tar.bz2 gentoo-9e107ce94a18ac7be516efb8bfe32cc6c2444b05.zip |
sys-apps/memtest86: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/memtest86')
-rw-r--r-- | sys-apps/memtest86/memtest86-4.3.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/memtest86/memtest86-4.3.7-r2.ebuild b/sys-apps/memtest86/memtest86-4.3.7-r2.ebuild index bf0d326968cd..70ce741c82d1 100644 --- a/sys-apps/memtest86/memtest86-4.3.7-r2.ebuild +++ b/sys-apps/memtest86/memtest86-4.3.7-r2.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="7" -inherit mount-boot eutils toolchain-funcs +inherit mount-boot toolchain-funcs DESCRIPTION="A stand alone memory test for x86 computers" HOMEPAGE="https://www.memtest86.com/" |