summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-10-02 00:02:02 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-10-02 00:02:02 +0100
commit4f9b1087d1a8f39ebd8673d5bb6acd8673697423 (patch)
tree8fb25e0c2aae421d2da2109844e9b733ca6adca0 /dev-haskell/cryptonite/metadata.xml
parentdev-haskell/uuagc: remove unused patch(es) (diff)
downloadgentoo-4f9b1087d1a8f39ebd8673d5bb6acd8673697423.tar.gz
gentoo-4f9b1087d1a8f39ebd8673d5bb6acd8673697423.tar.bz2
gentoo-4f9b1087d1a8f39ebd8673d5bb6acd8673697423.zip
dev-haskell/cryptonite: switch to CPU_CLAGS_X86_* IUSEs
Reported-by: Michał Górny Closes: https://bugs.gentoo.org/695058 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/cryptonite/metadata.xml')
-rw-r--r--dev-haskell/cryptonite/metadata.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-haskell/cryptonite/metadata.xml b/dev-haskell/cryptonite/metadata.xml
index 2558232f1f8f..c845b334ecdc 100644
--- a/dev-haskell/cryptonite/metadata.xml
+++ b/dev-haskell/cryptonite/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
@@ -29,12 +29,8 @@
Evaluate the security related to your requirements before using.
</longdescription>
<use>
- <flag name="support_aesni">allow compilation with AESNI on system and architecture that supports it</flag>
- <flag name="support_rdrand">allow compilation with AESNI on system and architecture that supports it</flag>
- <flag name="support_pclmuldq">Allow compilation with pclmuldq on architecture that supports it</flag>
+ <flag name="cpu-flags-x86-rdrand">allow compilation with RDRAND on system and architecture that supports it</flag>
<flag name="integer-gmp">Whether or not to use GMP for some functions</flag>
- <flag name="support_deepseq">add deepseq instances for cryptographic types</flag>
- <flag name="support_blake2_sse">Use SSE optimized version of BLAKE2</flag>
</use>
<upstream>
<remote-id type="github">haskell-crypto/cryptonite</remote-id>