commit: b49bb03ee74dbff297a1e19c51d595fbe8cca192 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Apr 3 10:40:15 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Apr 3 10:40:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49bb03e
sys-apps/cpuid: mask for other arches Closes: https://bugs.gentoo.org/836679 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> sys-apps/cpuid/cpuid-20220224.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/cpuid/cpuid-20220224.ebuild b/sys-apps/cpuid/cpuid-20220224.ebuild index 687993325c30..d215e1baa0cf 100644 --- a/sys-apps/cpuid/cpuid-20220224.ebuild +++ b/sys-apps/cpuid/cpuid-20220224.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="-* amd64 x86" BDEPEND=" app-arch/gzip
