diff options
author | Sam James <sam@gentoo.org> | 2020-10-06 13:42:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-06 13:42:11 +0000 |
commit | d048fd69f6937003991cab0b4fe7183e108b4998 (patch) | |
tree | 502d87e79a7c51c6928677af6f858c02240dd89e /app-crypt/jitterentropy | |
parent | sys-apps/rng-tools: Stabilize 6.10 arm, #737528 (diff) | |
download | gentoo-d048fd69f6937003991cab0b4fe7183e108b4998.tar.gz gentoo-d048fd69f6937003991cab0b4fe7183e108b4998.tar.bz2 gentoo-d048fd69f6937003991cab0b4fe7183e108b4998.zip |
app-crypt/jitterentropy: Stabilize 2.2.0 arm, #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 1ef5e8e02388..5871f3580a1c 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}" |