diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-09 10:29:24 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-09 10:30:55 +0200 |
commit | 4a202b1166f9fd5dc3e1b76e636b9105a541d641 (patch) | |
tree | 10fdcf26cf54e3f0a12fbc3dc4149a2d772e5ce1 /app-crypt | |
parent | net-vpn/6tunnel: amd64 stable wrt bug #747022 (diff) | |
download | gentoo-4a202b1166f9fd5dc3e1b76e636b9105a541d641.tar.gz gentoo-4a202b1166f9fd5dc3e1b76e636b9105a541d641.tar.bz2 gentoo-4a202b1166f9fd5dc3e1b76e636b9105a541d641.zip |
app-crypt/scrypt: amd64 stable wrt bug #747031
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/scrypt/scrypt-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/scrypt/scrypt-1.3.1.ebuild b/app-crypt/scrypt/scrypt-1.3.1.ebuild index 4631e15dceb7..04d091adf5f5 100644 --- a/app-crypt/scrypt/scrypt-1.3.1.ebuild +++ b/app-crypt/scrypt/scrypt-1.3.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://www.tarsnap.com/scrypt/${P}.tgz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DOCS=( FORMAT ) |