From bb9a27eb72af7baabe08929e631ac4c2562aac69 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Mon, 7 Sep 2020 16:54:25 +0200 Subject: [PATCH] app-crypt/scrypt: x86 stable (bug #740844) Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann --- app-crypt/scrypt/scrypt-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/scrypt/scrypt-1.3.0.ebuild b/app-crypt/scrypt/scrypt-1.3.0.ebuild index bce60158dd539..ee6f1d1e12fe7 100644 --- a/app-crypt/scrypt/scrypt-1.3.0.ebuild +++ b/app-crypt/scrypt/scrypt-1.3.0.ebuild @@ -9,6 +9,6 @@ SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" DOCS=( FORMAT )