diff options
-rw-r--r-- | dev-libs/nettle/nettle-3.7.3.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/nettle/nettle-3.8.1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/nettle/nettle-3.8.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/nettle/nettle-3.7.3.ebuild b/dev-libs/nettle/nettle-3.7.3.ebuild index aefc0ce29b94..755887dee959 100644 --- a/dev-libs/nettle/nettle-3.7.3.ebuild +++ b/dev-libs/nettle/nettle-3.7.3.ebuild @@ -54,7 +54,7 @@ multilib_src_configure() { $(use_enable cpu_flags_x86_aes x86-aesni) $(use_enable cpu_flags_x86_sha x86-sha-ni) $(use_enable asm assembler) - $(use_enable doc documentation) + $(multilib_native_use_enable doc documentation) $(use_enable gmp public-key) $(use_enable cpu_flags_arm_neon arm-neon) $(use_enable static-libs static) diff --git a/dev-libs/nettle/nettle-3.8.1.ebuild b/dev-libs/nettle/nettle-3.8.1.ebuild index a032f465d13b..3112c0dba761 100644 --- a/dev-libs/nettle/nettle-3.8.1.ebuild +++ b/dev-libs/nettle/nettle-3.8.1.ebuild @@ -71,7 +71,7 @@ multilib_src_configure() { --disable-s390x-msa $(use_enable asm assembler) - $(use_enable doc documentation) + $(multilib_native_use_enable doc documentation) $(use_enable gmp public-key) $(use_enable static-libs static) --disable-fat diff --git a/dev-libs/nettle/nettle-3.8.ebuild b/dev-libs/nettle/nettle-3.8.ebuild index b5d3adf935d1..95a23319516d 100644 --- a/dev-libs/nettle/nettle-3.8.ebuild +++ b/dev-libs/nettle/nettle-3.8.ebuild @@ -68,7 +68,7 @@ multilib_src_configure() { --disable-s390x-msa $(use_enable asm assembler) - $(use_enable doc documentation) + $(multilib_native_use_enable doc documentation) $(use_enable gmp public-key) $(use_enable static-libs static) --disable-fat |