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-abrmd/
Date: Tue, 27 Sep 2022 21:44:52
Message-Id: 1664314955.b37aeca1bcdac3de7c1be1229ad0960c9be88b83.sam@gentoo
1 commit: b37aeca1bcdac3de7c1be1229ad0960c9be88b83
2 Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 26 21:08:48 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 21:42:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37aeca1
7
8 app-crypt/tpm2-abrmd: Filter out LTO flags due test failures
9
10 Closes: https://bugs.gentoo.org/865275
11 Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.1-r1.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.1-r1.ebuild b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.1-r1.ebuild
18 index ed4032c44ca0..cda953bf6908 100644
19 --- a/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.1-r1.ebuild
20 +++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.1-r1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=8
24
25 -inherit autotools systemd
26 +inherit autotools flag-o-matic systemd
27
28 DESCRIPTION="TPM2 Access Broker & Resource Manager"
29 HOMEPAGE="https://github.com/tpm2-software/tpm2-abrmd"
30 @@ -36,6 +36,8 @@ src_prepare() {
31 }
32
33 src_configure() {
34 + # tests fail with LTO enabbled. See bug 865275
35 + filter-lto
36 econf \
37 $(use_enable static-libs static) \
38 $(use_enable test unit) \