aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2020-07-01 19:40:25 -0500
committerJory Pratt <anarchy@gentoo.org>2020-07-01 19:40:25 -0500
commit3781cf0c3047e12aeaa119b2159486c4c79a6f2c (patch)
tree30721213779370d31db841d1c85d7364b78ab145
parentsys-libs/tevent/tevent: fix pkgconfig multilib dep (diff)
downloadmusl-3781cf0c3047e12aeaa119b2159486c4c79a6f2c.tar.gz
musl-3781cf0c3047e12aeaa119b2159486c4c79a6f2c.tar.bz2
musl-3781cf0c3047e12aeaa119b2159486c4c79a6f2c.zip
sys-apps/iucode_tool: bump to eapi=7
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
-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
}