diff options
author | Sam James <sam@gentoo.org> | 2022-08-30 19:35:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-30 20:06:11 +0100 |
commit | 0b4f665d65ee6f42f35ba25ae7cafb33e5a61c25 (patch) | |
tree | 369b663f170fa015efc03657c891fc698a8e012f /app-crypt | |
parent | sys-libs/libunwind: limit multilib features (drop doc) (diff) | |
download | gentoo-0b4f665d65ee6f42f35ba25ae7cafb33e5a61c25.tar.gz gentoo-0b4f665d65ee6f42f35ba25ae7cafb33e5a61c25.tar.bz2 gentoo-0b4f665d65ee6f42f35ba25ae7cafb33e5a61c25.zip |
app-crypt/tpm2-tss: limit multilib features (drop doc)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 index 0eeb09b94203..4de62a88379e 100644 --- a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild +++ b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild @@ -61,7 +61,7 @@ src_prepare() { multilib_src_configure() { ECONF_SOURCE=${S} econf \ --localstatedir=/var \ - $(use_enable doc doxygen-doc) \ + $(multilib_native_use_enable doc doxygen-doc) \ $(use_enable fapi) \ $(use_enable static-libs static) \ $(multilib_native_use_enable test unit) \ 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 index 13c2fa0f69da..ff68e249a0e9 100644 --- a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild +++ b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r4.ebuild @@ -62,7 +62,7 @@ src_prepare() { multilib_src_configure() { ECONF_SOURCE=${S} econf \ --localstatedir=/var \ - $(use_enable doc doxygen-doc) \ + $(multilib_native_use_enable doc doxygen-doc) \ $(use_enable fapi) \ $(use_enable static-libs static) \ $(multilib_native_use_enable test unit) \ |