From: "Ronny Gutbrod" <gentoo@tastytea.de> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/cargo-make/ Date: Mon, 7 Mar 2022 21:21:10 +0000 (UTC) [thread overview] Message-ID: <1646665911.04bd4a614b83f9172c2da040ad7081579345897d.tastytea@gentoo> (raw) commit: 04bd4a614b83f9172c2da040ad7081579345897d Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Mon Mar 7 15:11:51 2022 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Mon Mar 7 15:11:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04bd4a61 dev-util/cargo-make: Replace useflag: tls → ssl Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> dev-util/cargo-make/cargo-make-0.35.9.ebuild | 6 +++--- dev-util/cargo-make/metadata.xml | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-util/cargo-make/cargo-make-0.35.9.ebuild b/dev-util/cargo-make/cargo-make-0.35.9.ebuild index 416a430d5..ffca03d34 100644 --- a/dev-util/cargo-make/cargo-make-0.35.9.ebuild +++ b/dev-util/cargo-make/cargo-make-0.35.9.ebuild @@ -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}" } diff --git a/dev-util/cargo-make/metadata.xml b/dev-util/cargo-make/metadata.xml index dacb222b0..6c0bdfd68 100644 --- a/dev-util/cargo-make/metadata.xml +++ b/dev-util/cargo-make/metadata.xml @@ -5,7 +5,4 @@ <email>lssndrbarbieri@gmail.com</email> <name>Alessandro Barbieri</name> </maintainer> - <use> - <flag name="tls">Add TLS support</flag> - </use> </pkgmetadata>
WARNING: multiple messages have this Message-ID (diff)
From: "Ronny Gutbrod" <gentoo@tastytea.de> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/cargo-make/ Date: Mon, 7 Mar 2022 15:16:10 +0000 (UTC) [thread overview] Message-ID: <1646665911.04bd4a614b83f9172c2da040ad7081579345897d.tastytea@gentoo> (raw) Message-ID: <20220307151610.kxn0wfTJyfZpNPvbDf7DX2ROThJTQWY5MZozSTjN6ag@z> (raw) commit: 04bd4a614b83f9172c2da040ad7081579345897d Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Mon Mar 7 15:11:51 2022 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Mon Mar 7 15:11:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04bd4a61 dev-util/cargo-make: Replace useflag: tls → ssl Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> dev-util/cargo-make/cargo-make-0.35.9.ebuild | 6 +++--- dev-util/cargo-make/metadata.xml | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-util/cargo-make/cargo-make-0.35.9.ebuild b/dev-util/cargo-make/cargo-make-0.35.9.ebuild index 416a430d5..ffca03d34 100644 --- a/dev-util/cargo-make/cargo-make-0.35.9.ebuild +++ b/dev-util/cargo-make/cargo-make-0.35.9.ebuild @@ -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}" } diff --git a/dev-util/cargo-make/metadata.xml b/dev-util/cargo-make/metadata.xml index dacb222b0..6c0bdfd68 100644 --- a/dev-util/cargo-make/metadata.xml +++ b/dev-util/cargo-make/metadata.xml @@ -5,7 +5,4 @@ <email>lssndrbarbieri@gmail.com</email> <name>Alessandro Barbieri</name> </maintainer> - <use> - <flag name="tls">Add TLS support</flag> - </use> </pkgmetadata>
next reply other threads:[~2022-03-07 21:21 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-03-07 21:21 Ronny Gutbrod [this message] 2022-03-07 15:16 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-util/cargo-make/ Ronny Gutbrod -- strict thread matches above, loose matches on Subject: below -- 2024-03-08 19:45 [gentoo-commits] repo/proj/guru:master " David Roman 2024-03-08 19:45 David Roman
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1646665911.04bd4a614b83f9172c2da040ad7081579345897d.tastytea@gentoo \ --to=gentoo@tastytea.de \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox