diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-29 21:15:44 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-29 21:16:23 +0200 |
commit | 10e6a693877787469af52cbc664b0b0e24023789 (patch) | |
tree | 51371b2f102329a98a822f3cf398669e392f891e /app-crypt | |
parent | app-crypt/libscrypt: stabilize 1.22 for arm (diff) | |
download | gentoo-10e6a693877787469af52cbc664b0b0e24023789.tar.gz gentoo-10e6a693877787469af52cbc664b0b0e24023789.tar.bz2 gentoo-10e6a693877787469af52cbc664b0b0e24023789.zip |
app-crypt/libscrypt: stabilize 1.22 for arm64
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libscrypt/libscrypt-1.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/libscrypt/libscrypt-1.22.ebuild b/app-crypt/libscrypt/libscrypt-1.22.ebuild index 637bf26c92d8..d85b838e5d01 100644 --- a/app-crypt/libscrypt/libscrypt-1.22.ebuild +++ b/app-crypt/libscrypt/libscrypt-1.22.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86" IUSE="" DEPEND="" |