diff options
author | Sam James <sam@gentoo.org> | 2023-01-05 00:19:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 00:19:15 +0000 |
commit | c0a5236cf96199a5b3a778137df286831cab87f8 (patch) | |
tree | f0e122b1ecf81f5b31530c46c91d53ae5e872ba5 /app-crypt | |
parent | app-crypt/jitterentropy: Stabilize 3.4.1 x86, #889764 (diff) | |
download | gentoo-c0a5236cf96199a5b3a778137df286831cab87f8.tar.gz gentoo-c0a5236cf96199a5b3a778137df286831cab87f8.tar.bz2 gentoo-c0a5236cf96199a5b3a778137df286831cab87f8.zip |
app-crypt/jitterentropy: Stabilize 3.4.1 arm64, #889764
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-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 05ca095690b1..e2e02d9f7c23 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}" |