commit:     a91f9ada26eddd3d86457ca178e779529d5c1955
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 06:48:31 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu May 16 06:48:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91f9ada

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 <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 6b4c5b8281f..3d7f2444be1 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"

Reply via email to