diff options
author | Sam James <sam@gentoo.org> | 2023-01-05 00:19:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 00:19:13 +0000 |
commit | 919076bccc876736ab5afd0edf0a1f5c0dd74417 (patch) | |
tree | 2c363eedd5cecaed2d125d9df55f67147ad4ceec /app-crypt/jitterentropy | |
parent | app-crypt/jitterentropy: Stabilize 3.4.1 amd64, #889764 (diff) | |
download | gentoo-919076bccc876736ab5afd0edf0a1f5c0dd74417.tar.gz gentoo-919076bccc876736ab5afd0edf0a1f5c0dd74417.tar.bz2 gentoo-919076bccc876736ab5afd0edf0a1f5c0dd74417.zip |
app-crypt/jitterentropy: Stabilize 3.4.1 arm, #889764
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/jitterentropy')
-rw-r--r-- | app-crypt/jitterentropy/jitterentropy-3.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/jitterentropy/jitterentropy-3.4.1.ebuild b/app-crypt/jitterentropy/jitterentropy-3.4.1.ebuild index 464b9b5de05f..4627955be08c 100644 --- a/app-crypt/jitterentropy/jitterentropy-3.4.1.ebuild +++ b/app-crypt/jitterentropy/jitterentropy-3.4.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/smuellerDD/jitterentropy-library/archive/v${PV}.tar. # Do not package these two components! LICENSE="BSD" SLOT="0/3" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86" IUSE="static-libs" S="${WORKDIR}/${PN}-library-${PV}" |