Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tss/
Date: Sun, 28 Feb 2021 12:22:10
Message-Id: 1614514917.194a3dc141975f7cdaf29be1b594185bc877385f.slyfox@gentoo
1 commit: 194a3dc141975f7cdaf29be1b594185bc877385f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 12:20:46 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 12:21:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194a3dc1
7
8 app-crypt/tpm2-tss: keyworded 2.4.5 for ppc64
9
10 keyworded wrt bug #773349
11
12 Package-Manager: Portage-3.0.16, Repoman-3.0.2
13 RepoMan-Options: --include-arches="ppc64"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 app-crypt/tpm2-tss/tpm2-tss-2.4.5.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-crypt/tpm2-tss/tpm2-tss-2.4.5.ebuild b/app-crypt/tpm2-tss/tpm2-tss-2.4.5.ebuild
20 index 67d6b4fa14c..698ea26d563 100644
21 --- a/app-crypt/tpm2-tss/tpm2-tss-2.4.5.ebuild
22 +++ b/app-crypt/tpm2-tss/tpm2-tss-2.4.5.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar
30
31 LICENSE="BSD-2"
32 SLOT="0"
33 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
34 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
35 IUSE="doc +fapi gcrypt +openssl static-libs test"
36
37 RESTRICT="!test? ( test )"