From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtnetwork/
Date: Tue, 29 Sep 2020 20:39:51 +0000 (UTC) [thread overview]
Message-ID: <1601411981.cab20a25c0947446ea8486c147f9a679a56c2d73.asturm@gentoo> (raw)
commit: cab20a25c0947446ea8486c147f9a679a56c2d73
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 16:08:37 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 20:39:41 2020 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=cab20a25
dev-qt/qtnetwork: add LibreSSL logic back
* This was dropped as the logic was not added to the Qt overlay. Will
fix this so future bumps do not drop support.
Closes: https://bugs.gentoo.org/741662
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild b/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild
index 4cbbe349..3ac6956d 100644
--- a/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild
+++ b/dev-qt/qtnetwork/qtnetwork-5.15.9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
fi
-IUSE="bindist connman gssapi libproxy networkmanager sctp +ssl"
+IUSE="bindist connman gssapi libressl libproxy networkmanager sctp +ssl"
DEPEND="
~dev-qt/qtcore-${PV}:5=
@@ -21,7 +21,10 @@ DEPEND="
libproxy? ( net-libs/libproxy )
networkmanager? ( ~dev-qt/qtdbus-${PV} )
sctp? ( kernel_linux? ( net-misc/lksctp-tools ) )
- ssl? ( dev-libs/openssl:0=[bindist=] )
+ ssl? (
+ !libressl? ( dev-libs/openssl:0=[bindist=] )
+ libressl? ( dev-libs/libressl:0= )
+ )
"
RDEPEND="${DEPEND}
connman? ( net-misc/connman )
next reply other threads:[~2020-09-29 20:39 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-29 20:39 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-22 15:51 [gentoo-commits] proj/qt:master commit in: dev-qt/qtnetwork/ Andreas Sturmlechner
2022-06-18 14:27 Andreas Sturmlechner
2021-12-13 16:34 Andreas Sturmlechner
2021-09-15 20:01 Davide Pesavento
2021-06-20 18:49 Andreas Sturmlechner
2021-05-02 19:52 Andreas Sturmlechner
2020-11-18 21:05 Andreas Sturmlechner
2020-11-17 21:20 Andreas Sturmlechner
2020-04-09 17:32 Andreas Sturmlechner
2019-01-07 1:04 Davide Pesavento
2019-01-07 1:04 Davide Pesavento
2018-02-10 2:50 Michael Palimaka
2018-02-02 11:54 Michael Palimaka
2017-07-23 4:48 Michael Palimaka
2016-06-13 0:11 Davide Pesavento
2015-04-28 14:48 Davide Pesavento
2015-04-28 12:31 Michael Palimaka
2015-04-25 18:23 Michael Palimaka
2015-04-22 16:19 Michael Palimaka
2015-03-26 1:49 Davide Pesavento
2014-07-27 13:51 Davide Pesavento
2014-07-24 1:05 Davide Pesavento
2014-05-11 19:09 Michael Palimaka
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=1601411981.cab20a25c0947446ea8486c147f9a679a56c2d73.asturm@gentoo \
--to=asturm@gentoo.org \
--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: link
Be 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