Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/scrypt/
Date: Mon, 07 Sep 2020 14:54:48
Message-Id: 1599490465.bb9a27eb72af7baabe08929e631ac4c2562aac69.whissi@gentoo
1 commit: bb9a27eb72af7baabe08929e631ac4c2562aac69
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 7 14:54:25 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 14:54:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9a27eb
7
8 app-crypt/scrypt: x86 stable (bug #740844)
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-crypt/scrypt/scrypt-1.3.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-crypt/scrypt/scrypt-1.3.0.ebuild b/app-crypt/scrypt/scrypt-1.3.0.ebuild
17 index bce60158dd5..ee6f1d1e12f 100644
18 --- a/app-crypt/scrypt/scrypt-1.3.0.ebuild
19 +++ b/app-crypt/scrypt/scrypt-1.3.0.ebuild
20 @@ -9,6 +9,6 @@ SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz"
21
22 LICENSE="BSD-2"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 x86"
26
27 DOCS=( FORMAT )