diff options
author | Sam James <sam@gentoo.org> | 2020-09-30 01:46:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-30 01:46:35 +0000 |
commit | 6557f4549fcbb3cf3e28a40ca09bc905f27d8071 (patch) | |
tree | c9340e963ab2a6e79b11bca8f741ff72881b0ec8 /app-crypt/jitterentropy | |
parent | sys-apps/rng-tools: Stabilize 6.10 arm64, #737528 (diff) | |
download | gentoo-6557f4549fcbb3cf3e28a40ca09bc905f27d8071.tar.gz gentoo-6557f4549fcbb3cf3e28a40ca09bc905f27d8071.tar.bz2 gentoo-6557f4549fcbb3cf3e28a40ca09bc905f27d8071.zip |
app-crypt/jitterentropy: Stabilize 2.2.0 arm64, #737528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/jitterentropy')
-rw-r--r-- | app-crypt/jitterentropy/jitterentropy-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/jitterentropy/jitterentropy-2.2.0.ebuild b/app-crypt/jitterentropy/jitterentropy-2.2.0.ebuild index bb616dee4bd6..41cf317760f6 100644 --- a/app-crypt/jitterentropy/jitterentropy-2.2.0.ebuild +++ b/app-crypt/jitterentropy/jitterentropy-2.2.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/smuellerDD/jitterentropy-library/archive/v${PV}.tar. LICENSE="BSD" SLOT="0" -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}" |