Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/jitterentropy/
Date: Tue, 06 Oct 2020 13:43:34
Message-Id: 1601991731.d048fd69f6937003991cab0b4fe7183e108b4998.sam@gentoo
1 commit: d048fd69f6937003991cab0b4fe7183e108b4998
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 13:42:11 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 13:42:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d048fd69
7
8 app-crypt/jitterentropy: Stabilize 2.2.0 arm, #737528
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-crypt/jitterentropy/jitterentropy-2.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/jitterentropy/jitterentropy-2.2.0.ebuild b/app-crypt/jitterentropy/jitterentropy-2.2.0.ebuild
16 index 1ef5e8e0238..5871f3580a1 100644
17 --- a/app-crypt/jitterentropy/jitterentropy-2.2.0.ebuild
18 +++ b/app-crypt/jitterentropy/jitterentropy-2.2.0.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/smuellerDD/jitterentropy-library/archive/v${PV}.tar.
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ppc ppc64 ~riscv x86"
24 +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv x86"
25 IUSE="static-libs"
26
27 S="${WORKDIR}/${PN}-library-${PV}"