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 23:57:49
Message-Id: 1565308655.c9138a3c49611cc04c603457ac4dcf4cac53f353.mattst88@gentoo
1 commit: c9138a3c49611cc04c603457ac4dcf4cac53f353
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 8 23:54:16 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 8 23:57:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9138a3c
7
8 app-crypt/jitterentropy-2.1.2: added ~ia64, 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 eb8f45e5023..df310480943 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 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv"
25 IUSE="static-libs"
26
27 S="${WORKDIR}/${PN}-library-${PV}"