Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/jitterentropy/
Date: Tue, 28 Jun 2022 06:41:43
Message-Id: 1656398465.529ecace5bccf47efb1f356632fe5ff52988a696.ago@gentoo
1 commit: 529ecace5bccf47efb1f356632fe5ff52988a696
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 06:41:05 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 06:41:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529ecace
7
8 app-crypt/jitterentropy: amd64 stable wrt bug #851789
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 app-crypt/jitterentropy/jitterentropy-3.3.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-crypt/jitterentropy/jitterentropy-3.3.1.ebuild b/app-crypt/jitterentropy/jitterentropy-3.3.1.ebuild
18 index e599f0940ce6..92ced29204d0 100644
19 --- a/app-crypt/jitterentropy/jitterentropy-3.3.1.ebuild
20 +++ b/app-crypt/jitterentropy/jitterentropy-3.3.1.ebuild
21 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/smuellerDD/jitterentropy-library/archive/v${PV}.tar.
22 # Do not package these two components!
23 LICENSE="BSD"
24 SLOT="0/3"
25 -KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv x86"
26 +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv x86"
27 IUSE="static-libs"
28
29 S="${WORKDIR}/${PN}-library-${PV}"