From: Thomas Deutschmann Date: Sat, 2 May 2020 08:14:46 +0000 (+0200) Subject: dev-libs/nettle: fix configure X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f9f25264db5f9b932ff0651ad398eb24e9fbf822;p=gentoo.git dev-libs/nettle: fix configure Thanks-to: Sam James (sam_c) Closes: https://bugs.gentoo.org/720360 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann --- diff --git a/dev-libs/nettle/nettle-3.5.1.ebuild b/dev-libs/nettle/nettle-3.5.1-r1.ebuild similarity index 98% rename from dev-libs/nettle/nettle-3.5.1.ebuild rename to dev-libs/nettle/nettle-3.5.1-r1.ebuild index c33c2e4f2b40..0d382cd2fe15 100644 --- a/dev-libs/nettle/nettle-3.5.1.ebuild +++ b/dev-libs/nettle/nettle-3.5.1-r1.ebuild @@ -52,7 +52,7 @@ multilib_src_configure() { $(tc-is-static-only && echo --disable-shared) \ $(use_enable cpu_flags_x86_aes x86-aesni) \ $(use_enable cpu_flags_x86_sha x86-sha-ni) \ - $(use_enable asm assembler) + $(use_enable asm assembler) \ $(use_enable doc documentation) \ $(use_enable gmp public-key) \ $(use_enable cpu_flags_arm_neon arm-neon) \ diff --git a/dev-libs/nettle/nettle-3.6-r1.ebuild b/dev-libs/nettle/nettle-3.6-r2.ebuild similarity index 98% rename from dev-libs/nettle/nettle-3.6-r1.ebuild rename to dev-libs/nettle/nettle-3.6-r2.ebuild index 1de120f0b9ca..8bac0c13512c 100644 --- a/dev-libs/nettle/nettle-3.6-r1.ebuild +++ b/dev-libs/nettle/nettle-3.6-r2.ebuild @@ -52,7 +52,7 @@ multilib_src_configure() { $(tc-is-static-only && echo --disable-shared) \ $(use_enable cpu_flags_x86_aes x86-aesni) \ $(use_enable cpu_flags_x86_sha x86-sha-ni) \ - $(use_enable asm assembler) + $(use_enable asm assembler) \ $(use_enable doc documentation) \ $(use_enable gmp public-key) \ $(use_enable cpu_flags_arm_neon arm-neon) \