aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild (renamed from sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild)6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
index 431aeb4a..5f0ebd5a 100644
--- a/sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild
+++ b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="7"
-inherit autotools eutils
+inherit autotools
DESCRIPTION="tool to manipulate Intel X86 and X86-64 processor microcode update collections"
HOMEPAGE="https://gitlab.com/iucode-tool/"
@@ -23,7 +23,5 @@ src_prepare() {
eapply "${FILESDIR}/${PN}-2.2-limits.patch"
use elibc_musl && eapply "${FILESDIR}/${PN}-2.2-argp.patch"
- eapply_user
-
eautoreconf
}