Diff tor-0.4.7.15 with a tor-0.4.8.6
/usr/portage/net-vpn/tor/tor-0.4.8.6.ebuild 2023-10-09 14:52:34.772368483 +0300 | ||
---|---|---|
34 | 34 |
BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-tor-20230727 )" |
35 | 35 |
fi |
36 | 36 | |
37 |
LICENSE="BSD GPL-2" |
|
37 |
# BSD in general, but for PoW, needs --enable-gpl (GPL-3 per --version) |
|
38 |
# We also already had GPL-2 listed here for the init script, but obviously |
|
39 |
# that's different from the actual binary. |
|
40 |
LICENSE="BSD GPL-2 GPL-3" |
|
38 | 41 |
SLOT="0" |
39 | 42 |
IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening test zstd" |
40 | 43 |
RESTRICT="!test? ( test )" |
... | ... | |
120 | 123 |
--enable-pic |
121 | 124 |
--disable-restart-debugging |
122 | 125 | |
126 |
# Unless someone asks & has a compelling reason, just always |
|
127 |
# build in GPL mode for pow, given we don't want yet another USE |
|
128 |
# flag combination to have to test just for the sake of it. |
|
129 |
# (PoW requires GPL.) |
|
130 |
--enable-gpl |
|
131 |
--enable-module-pow |
|
132 | ||
123 | 133 |
$(use_enable man asciidoc) |
124 | 134 |
$(use_enable man manpage) |
125 | 135 |
$(use_enable lzma) |