Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tss/
Date: Wed, 06 May 2020 01:01:40
Message-Id: 1588726887.b4f9c7ee500773b88d5ff791c090e7bde096da61.whissi@gentoo
1 commit: b4f9c7ee500773b88d5ff791c090e7bde096da61
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 01:00:46 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 01:01:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f9c7ee
7
8 app-crypt/tpm2-tss: x86 keyworded (bug #695758)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-crypt/tpm2-tss/tpm2-tss-2.3.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-crypt/tpm2-tss/tpm2-tss-2.3.3.ebuild b/app-crypt/tpm2-tss/tpm2-tss-2.3.3.ebuild
17 index 3a3f9df9e48..0802983f630 100644
18 --- a/app-crypt/tpm2-tss/tpm2-tss-2.3.3.ebuild
19 +++ b/app-crypt/tpm2-tss/tpm2-tss-2.3.3.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar
21
22 LICENSE="BSD-2"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm64"
25 +KEYWORDS="~amd64 ~arm64 ~x86"
26 IUSE="doc +gcrypt openssl static-libs test"
27
28 RESTRICT="!test? ( test )"