mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
net-vpn/vtun-ng: fix removed feature flag zlib
Zlib is required now in order to display dependency licenses via the --dependency-licenses. The license bundle is quite big so it is embedded compressed (gz) in the binary. Because of that zlib is no longer possible to turn off. Closes: https://bugs.gentoo.org/978344 Signed-off-by: Jan-Espen Oversand <sigsegv@radiotube.org>
This commit is contained in:
@@ -134,7 +134,7 @@ SRC_URI="${CARGO_CRATE_URIS}
|
|||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64 ~ppc"
|
KEYWORDS="~amd64 ~arm64 ~ppc"
|
||||||
IUSE="systemd +lzo +zlib"
|
IUSE="systemd +lzo"
|
||||||
|
|
||||||
RUST_MIN_VER="1.88.0"
|
RUST_MIN_VER="1.88.0"
|
||||||
|
|
||||||
@@ -152,7 +152,6 @@ src_unpack() {
|
|||||||
src_configure() {
|
src_configure() {
|
||||||
local myfeatures=(
|
local myfeatures=(
|
||||||
$(usev lzo)
|
$(usev lzo)
|
||||||
$(usev zlib)
|
|
||||||
)
|
)
|
||||||
cargo_src_configure
|
cargo_src_configure
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user