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/
Date: Tue, 30 Aug 2022 19:06:27
Message-Id: 1661886371.0b4f665d65ee6f42f35ba25ae7cafb33e5a61c25.sam@gentoo
1 commit: 0b4f665d65ee6f42f35ba25ae7cafb33e5a61c25
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:35:18 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 19:06:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4f665d
7
8 app-crypt/tpm2-tss: limit multilib features (drop doc)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild | 2 +-
13 app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild
17 index 0eeb09b94203..4de62a88379e 100644
18 --- a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild
19 +++ b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild
20 @@ -61,7 +61,7 @@ src_prepare() {
21 multilib_src_configure() {
22 ECONF_SOURCE=${S} econf \
23 --localstatedir=/var \
24 - $(use_enable doc doxygen-doc) \
25 + $(multilib_native_use_enable doc doxygen-doc) \
26 $(use_enable fapi) \
27 $(use_enable static-libs static) \
28 $(multilib_native_use_enable test unit) \
29
30 diff --git a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild
31 index 13c2fa0f69da..ff68e249a0e9 100644
32 --- a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild
33 +++ b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild
34 @@ -62,7 +62,7 @@ src_prepare() {
35 multilib_src_configure() {
36 ECONF_SOURCE=${S} econf \
37 --localstatedir=/var \
38 - $(use_enable doc doxygen-doc) \
39 + $(multilib_native_use_enable doc doxygen-doc) \
40 $(use_enable fapi) \
41 $(use_enable static-libs static) \
42 $(multilib_native_use_enable test unit) \