diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-23 17:09:58 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-01 21:14:50 +0200 |
commit | 0994d0ea315b77849e9dbb01755bce091d8b51c9 (patch) | |
tree | 13a932f230d95f3369cb20518da944811043c24a /app-admin/mei-amt-check | |
parent | dev-ruby/rmagick: remove unused patch(es) (diff) | |
download | gentoo-0994d0ea315b77849e9dbb01755bce091d8b51c9.tar.gz gentoo-0994d0ea315b77849e9dbb01755bce091d8b51c9.tar.bz2 gentoo-0994d0ea315b77849e9dbb01755bce091d8b51c9.zip |
app-admin/mei-amt-check: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30322
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-admin/mei-amt-check')
-rw-r--r-- | app-admin/mei-amt-check/mei-amt-check-0_p20170515.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-admin/mei-amt-check/mei-amt-check-0_p20170515.ebuild b/app-admin/mei-amt-check/mei-amt-check-0_p20170515.ebuild index 7335bb484d59..cc63862630b8 100644 --- a/app-admin/mei-amt-check/mei-amt-check-0_p20170515.ebuild +++ b/app-admin/mei-amt-check/mei-amt-check-0_p20170515.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit vcs-snapshot linux-info toolchain-funcs @@ -10,10 +10,9 @@ HOMEPAGE="https://github.com/mjg59/mei-amt-check/" COMMIT="d07672120ce7a0c79e949e537f3d19efecec1700" SRC_URI="https://github.com/mjg59/mei-amt-check/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="|| ( BSD GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" CONFIG_CHECK="~INTEL_MEI_ME" ERROR_INTEL_MEI_ME="Need to activate INTEL_MEI_ME to run the tool" |