Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/jitterentropy/
Date: Thu, 08 Aug 2019 16:01:22
Message-Id: 1565280070.d649e045bcf852d37bafb0a98db38eb397c730a9.mattst88@gentoo
1 commit: d649e045bcf852d37bafb0a98db38eb397c730a9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 8 15:59:18 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 8 16:01:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d649e045
7
8 app-crypt/jitterentropy-2.1.2: added ~arm, bug 691526
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild b/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild
16 index fb7b73f3354..eb8f45e5023 100644
17 --- a/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild
18 +++ b/app-crypt/jitterentropy/jitterentropy-2.1.2.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="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~riscv"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv"
25 IUSE="static-libs"
26
27 S="${WORKDIR}/${PN}-library-${PV}"