summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-05-02 10:14:46 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-05-02 10:16:37 +0200
commitf9f25264db5f9b932ff0651ad398eb24e9fbf822 (patch)
treec132e4d89ffb0672ad7c0e0a76419a5a5d5ef0e3 /dev-libs/nettle
parentdev-db/percona-server: update required disk space (diff)
downloadgentoo-f9f25264db5f9b932ff0651ad398eb24e9fbf822.tar.gz
gentoo-f9f25264db5f9b932ff0651ad398eb24e9fbf822.tar.bz2
gentoo-f9f25264db5f9b932ff0651ad398eb24e9fbf822.zip
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 <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/nettle')
-rw-r--r--dev-libs/nettle/nettle-3.5.1-r1.ebuild (renamed from dev-libs/nettle/nettle-3.5.1.ebuild)2
-rw-r--r--dev-libs/nettle/nettle-3.6-r2.ebuild (renamed from dev-libs/nettle/nettle-3.6-r1.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/nettle/nettle-3.5.1.ebuild b/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
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) \