dev-libs/nettle: USE cpu_flags_x86_sha->preview-cpu_flags_x86_sha
authorAlon Bar-Lev <alonbl@gentoo.org>
Mon, 8 Jul 2019 13:24:03 +0000 (16:24 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Mon, 8 Jul 2019 13:31:17 +0000 (16:31 +0300)
A temporary solution until cpu_flags_x86_sha available.

Bug: https://bugs.gentoo.org/show_bug.cgi?id=688858
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

dev-libs/nettle/metadata.xml
dev-libs/nettle/nettle-3.5.1.ebuild

index 2992d1b3df8e71c0a920b471c5794fa16ab9a227..2afa9cc06f24d2c3f73e6cad57e0cee43b3f5ead 100644 (file)
@@ -6,6 +6,6 @@
                <name>Crypto</name>
        </maintainer>
        <use>
-               <flag name="cpu_flags_x86_sha">Enable support for Intel's SHA instruction set (SHA-NI)</flag>
+               <flag name="preview-cpu_flags_x86_sha">Enable support for Intel's SHA instruction set (SHA-NI)</flag>
        </use>
 </pkgmetadata>
index 5bf45e8446d6a4d55d8694f3b969f5116603873b..75245bd15cd7e0b153955d3bbc2c5f8a46ff2509 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 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes cpu_flags_x86_sha"
+IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes preview-cpu_flags_x86_sha"
 
 DEPEND="gmp? ( >=dev-libs/gmp-6.0:0=[static-libs?,${MULTILIB_USEDEP}] )"
 RDEPEND="${DEPEND}"
@@ -50,7 +50,7 @@ multilib_src_configure() {
        ECONF_SOURCE="${S}" econf \
                $(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 preview-cpu_flags_x86_sha x86-sha-ni) \
                $(use_enable doc documentation) \
                $(use_enable gmp public-key) \
                $(use_enable neon arm-neon) \