Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/jitterentropy/
Date: Sun, 03 Nov 2019 09:13:24
Message-Id: 1572772391.b3d1493af81fdbecd21fb418533b3c108d869b0a.slashbeast@gentoo
1 commit: b3d1493af81fdbecd21fb418533b3c108d869b0a
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 09:11:21 2019 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 09:13:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d1493a
7
8 app-crypt/jitterentropy-2.1.2: amd64 stable (Bug 699172)
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
12
13 app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild b/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild
17 index 7ca20b89744..412940d2dfa 100644
18 --- a/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild
19 +++ b/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/smuellerDD/jitterentropy-library/archive/v${PV}.tar.
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86"
25 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86"
26 IUSE="static-libs"
27
28 S="${WORKDIR}/${PN}-library-${PV}"