diff options
author | Sam James <sam@gentoo.org> | 2024-11-23 12:06:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-23 12:06:11 +0000 |
commit | 401897509cca1f280c07b9a05fee309ce76056ff (patch) | |
tree | 0eb041abcd931dad94ae44d1062f923e0af7b5c2 /app-crypt | |
parent | app-crypt/libscrypt: Stabilize 1.22-r2 sparc, #944660 (diff) | |
download | gentoo-401897509cca1f280c07b9a05fee309ce76056ff.tar.gz gentoo-401897509cca1f280c07b9a05fee309ce76056ff.tar.bz2 gentoo-401897509cca1f280c07b9a05fee309ce76056ff.zip |
app-crypt/libscrypt: Stabilize 1.22-r2 arm64, #944660
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libscrypt/libscrypt-1.22-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/libscrypt/libscrypt-1.22-r2.ebuild b/app-crypt/libscrypt/libscrypt-1.22-r2.ebuild index 06aecc8ad42a..f8a96d393e16 100644 --- a/app-crypt/libscrypt/libscrypt-1.22-r2.ebuild +++ b/app-crypt/libscrypt/libscrypt-1.22-r2.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" PATCHES=( "${FILESDIR}"/${PN}-1.22-no-clobber-fortify-source.patch |