From: Agostino Sarubbo Date: Thu, 16 May 2019 06:48:31 +0000 (+0200) Subject: app-admin/spectre-meltdown-checker: Stabilize for amd64 and x86. This is a bash scrip... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a91f9ada26eddd3d86457ca178e779529d5c1955;p=gentoo.git app-admin/spectre-meltdown-checker: Stabilize for amd64 and x86. This is a bash script with no reverse dep/rdep, so there is no way to hurt anything. People may want to check about MDS/Zombieload right now instead of after 30 days Signed-off-by: Agostino Sarubbo Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.41.ebuild b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.41.ebuild index 6b4c5b8281fa..3d7f2444be11 100644 --- a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.41.ebuild +++ b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.41.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/speed47/spectre-meltdown-checker.git" else SRC_URI="https://github.com/speed47/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="Spectre & Meltdown vulnerability/mitigation checker for Linux"