diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-04-06 17:26:49 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-04-17 23:00:05 +0200 |
commit | de03c39ab42171f660953a0784d0769b5e63b594 (patch) | |
tree | 288ba106f10d84af0d29d2c3987aebfd70c67080 /sys-apps/intel-sa-00075-tools | |
parent | xfce-extra/thunar-vcs-plugin: EAPI8 bump (diff) | |
download | gentoo-de03c39ab42171f660953a0784d0769b5e63b594.tar.gz gentoo-de03c39ab42171f660953a0784d0769b5e63b594.tar.bz2 gentoo-de03c39ab42171f660953a0784d0769b5e63b594.zip |
sys-apps/intel-sa-00075-tools: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36142
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-apps/intel-sa-00075-tools')
-rw-r--r-- | sys-apps/intel-sa-00075-tools/intel-sa-00075-tools-1.0-r1.ebuild (renamed from sys-apps/intel-sa-00075-tools/intel-sa-00075-tools-1.0.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/intel-sa-00075-tools/intel-sa-00075-tools-1.0.ebuild b/sys-apps/intel-sa-00075-tools/intel-sa-00075-tools-1.0-r1.ebuild index ad560d576889..e96418f15b69 100644 --- a/sys-apps/intel-sa-00075-tools/intel-sa-00075-tools-1.0.ebuild +++ b/sys-apps/intel-sa-00075-tools/intel-sa-00075-tools-1.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs @@ -10,13 +10,12 @@ MY_PN="INTEL-SA-00075-Linux-Detection-And-Mitigation-Tools" DESCRIPTION="Tools from Intel to detect and mitigate the AMT/MEI vulnerability" HOMEPAGE="https://downloadcenter.intel.com/download/26799/INTEL-SA-00075-Linux-Detection-and-Mitigation-Tools" SRC_URI="https://github.com/intel/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/${MY_PN}-${PV}" - PATCHES=("${FILESDIR}/${PN}-makefile.patch") src_compile() { |