dev-libs/nettle: migrate to USE=cpu_flags_arm_neon
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 1 May 2020 13:33:28 +0000 (15:33 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 1 May 2020 13:33:28 +0000 (15:33 +0200)
Closes: https://bugs.gentoo.org/694068
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-libs/nettle/nettle-3.6.ebuild

index 865b190a4cbd00e590f87e7317f9b38ef3509d98..95eff8ca31c1f6338d8206e63a18cdc2db999f2d 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
 SLOT="0/7" # subslot = libnettle soname version
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+asm doc +gmp neon static-libs test cpu_flags_x86_aes cpu_flags_x86_sha"
+IUSE="+asm doc +gmp neon static-libs test cpu_flags_x86_aes cpu_flags_arm_neon cpu_flags_x86_sha"
 RESTRICT="!test? ( test )"
 
 DEPEND="gmp? ( >=dev-libs/gmp-6.1:0=[static-libs?,${MULTILIB_USEDEP}] )"
@@ -55,7 +55,7 @@ multilib_src_configure() {
                $(use_enable asm assembler)
                $(use_enable doc documentation) \
                $(use_enable gmp public-key) \
-               $(use_enable neon arm-neon) \
+               $(use_enable cpu_flags_arm_neon arm-neon) \
                $(use_enable static-libs static) \
                --disable-fat \
                --disable-openssl \