|
Lines 16-22
Link Here
|
| 16 |
SLOT="0" |
16 |
SLOT="0" |
| 17 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" |
17 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" |
| 18 |
IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN" |
18 |
IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN" |
| 19 |
IUSE="+cxx dane doc examples guile nls pkcs11 static-libs test zlib ${IUSE_LINGUAS// / linguas_}" |
19 |
IUSE="+cxx dane doc examples guile idn nls pkcs11 static-libs test zlib ${IUSE_LINGUAS// / linguas_}" |
| 20 |
# heartbeat support is not disabled until re-licensing happens fullyf |
20 |
# heartbeat support is not disabled until re-licensing happens fullyf |
| 21 |
|
21 |
|
| 22 |
# NOTICE: sys-devel/autogen is required at runtime as we |
22 |
# NOTICE: sys-devel/autogen is required at runtime as we |
|
Lines 27-32
Link Here
|
| 27 |
sys-devel/autogen |
27 |
sys-devel/autogen |
| 28 |
dane? ( net-dns/unbound ) |
28 |
dane? ( net-dns/unbound ) |
| 29 |
guile? ( >=dev-scheme/guile-1.8[networking] ) |
29 |
guile? ( >=dev-scheme/guile-1.8[networking] ) |
|
|
30 |
idn? ( net-dns/libidn ) |
| 30 |
nls? ( virtual/libintl ) |
31 |
nls? ( virtual/libintl ) |
| 31 |
pkcs11? ( >=app-crypt/p11-kit-0.11 ) |
32 |
pkcs11? ( >=app-crypt/p11-kit-0.11 ) |
| 32 |
zlib? ( >=sys-libs/zlib-1.2.3.1 )" |
33 |
zlib? ( >=sys-libs/zlib-1.2.3.1 )" |
|
Lines 86-91
Link Here
|
| 86 |
$(use_enable doc gtk-doc) \ |
87 |
$(use_enable doc gtk-doc) \ |
| 87 |
$(use_enable doc gtk-doc-pdf) \ |
88 |
$(use_enable doc gtk-doc-pdf) \ |
| 88 |
$(use_enable guile) \ |
89 |
$(use_enable guile) \ |
|
|
90 |
$(use_enable idn crywrap ) \ |
| 89 |
$(use_enable nls) \ |
91 |
$(use_enable nls) \ |
| 90 |
$(use_enable static-libs static) \ |
92 |
$(use_enable static-libs static) \ |
| 91 |
$(use_with pkcs11 p11-kit) \ |
93 |
$(use_with pkcs11 p11-kit) \ |