mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-util/cargo-make: Replace useflag: tls → ssl
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
@@ -190,15 +190,15 @@ LICENSE="
|
||||
"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+tls"
|
||||
IUSE="+ssl"
|
||||
|
||||
DEPEND="tls? ( dev-libs/openssl )"
|
||||
DEPEND="ssl? ( dev-libs/openssl )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/.*"
|
||||
|
||||
src_configure() {
|
||||
use tls || features="--no-default-features"
|
||||
use ssl || features="--no-default-features"
|
||||
cargo_src_configure "${features}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user