Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tss-engine/
Date: Mon, 31 May 2021 11:40:53
Message-Id: 1622461078.f2f5443a2b9840c71da11dd673b3fd8ba9db0c8d.sam@gentoo
1 commit: f2f5443a2b9840c71da11dd673b3fd8ba9db0c8d
2 Author: Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh>
3 AuthorDate: Wed May 26 11:07:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 11:37:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f5443a
7
8 app-crypt/tpm2-tss-engine: fix HOMEPAGE
9
10 Closes: https://bugs.gentoo.org/792231
11 Signed-off-by: Bertrand Jacquin <bertrand <AT> jacquin.bzh>
12 Package-Manager: Portage-3.0.18, Repoman-3.0.2
13 Closes: https://github.com/gentoo/gentoo/pull/20996
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0.ebuild b/app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0.ebuild
20 index 3a7aa01ae00..00b662bda57 100644
21 --- a/app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0.ebuild
22 +++ b/app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0.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 @@ -6,7 +6,7 @@ EAPI=7
30 inherit autotools bash-completion-r1
31
32 DESCRIPTION="OpenSSL Engine for TPM2 devices"
33 -HOMEPAGE="https://github.com/tpm2-software/tpm2-tools"
34 +HOMEPAGE="https://github.com/tpm2-software/tpm2-tss-engine"
35 SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/v${PV}/${P}.tar.gz"
36
37 LICENSE="BSD"