blob: 33c4adde8c147de261d5278c699159337b083763 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>crypto</herd>
<use>
<flag name="bindist">
Disallow building LZO support, because of a license
incompatibility with <pkg>dev-libs/lzo</pkg>
</flag>
<flag name="crywrap" restrict=">=net-libs/gnutls-3.2.10">
Build the crywrap TLS proxy service
</flag>
<flag name="dane" restrict=">=net-libs/gnutls-3.1.3">
Build libgnutls-dane, implementing DNS-based Authentication of
Named Entities. Requires <pkg>net-dns/unbound</pkg>
</flag>
<flag name="nettle" restrict="<net-libs/gnutls-3">
Use <pkg>dev-libs/nettle</pkg> as crypto backend
</flag>
<flag name="openssl">
Build openssl compatibility libraries
</flag>
<flag name="pkcs11">
Add support for PKCS#11 through <pkg>app-crypt/p11-kit</pkg>
</flag>
<flag name="tools">
Build extra tools
</flag>
</use>
</pkgmetadata>
|