From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C8911382C5 for ; Wed, 21 Apr 2021 19:02:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7297EE0880; Wed, 21 Apr 2021 19:02:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AD36E0880 for ; Wed, 21 Apr 2021 19:02:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E5793410C0 for ; Wed, 21 Apr 2021 19:02:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C70E472E for ; Wed, 21 Apr 2021 19:02:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619031693.8c27c4adb3d465c4dcd44085d9ce05938009b3b4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/memtest86+/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/memtest86+/memtest86+-5.01-r4.ebuild sys-apps/memtest86+/memtest86+-5.01-r5.ebuild X-VCS-Directories: sys-apps/memtest86+/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8c27c4adb3d465c4dcd44085d9ce05938009b3b4 X-VCS-Branch: master Date: Wed, 21 Apr 2021 19:02:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1e7b470a-cc9a-4417-ae97-c9e5fd25f194 X-Archives-Hash: 600bccc1ce49c21f1e86132a46a9608c commit: 8c27c4adb3d465c4dcd44085d9ce05938009b3b4 Author: Sam James gentoo org> AuthorDate: Fri Apr 16 14:00:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 21 19:01:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c27c4ad sys-apps/memtest86+: eutils->epatch Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sys-apps/memtest86+/memtest86+-5.01-r4.ebuild | 4 ++-- 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 08cf34af541..d10fc874b00 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 35c3e1085fa..28e4fdcc454 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/"