From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtnetwork/
Date: Sun, 27 Jul 2014 13:51:18 +0000 (UTC) [thread overview]
Message-ID: <1406469046.819f0896b75cc7f03a4293f76401a3cfbd7983ec.pesa@gentoo> (raw)
commit: 819f0896b75cc7f03a4293f76401a3cfbd7983ec
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 27 13:50:46 2014 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Jul 27 13:50:46 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=819f0896
[dev-qt/qtnetwork:5] Simplify dbus and ssl handling.
qt5_base_configure already disables both by default, DRY.
Package-Manager: portage-2.2.10
---
dev-qt/qtnetwork/qtnetwork-5.3.1.ebuild | 4 ++--
dev-qt/qtnetwork/qtnetwork-5.3.9999.ebuild | 4 ++--
dev-qt/qtnetwork/qtnetwork-5.9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-qt/qtnetwork/qtnetwork-5.3.1.ebuild b/dev-qt/qtnetwork/qtnetwork-5.3.1.ebuild
index b67c60d..6c2cfa1 100644
--- a/dev-qt/qtnetwork/qtnetwork-5.3.1.ebuild
+++ b/dev-qt/qtnetwork/qtnetwork-5.3.1.ebuild
@@ -50,8 +50,8 @@ pkg_setup() {
src_configure() {
local myconf=(
- $(use connman || use networkmanager && echo -dbus-linked || echo -no-dbus)
- $(use ssl && echo -openssl-linked || echo -no-openssl)
+ $(use connman || use networkmanager && echo -dbus-linked)
+ $(use ssl && echo -openssl-linked)
)
qt5-build_src_configure
}
diff --git a/dev-qt/qtnetwork/qtnetwork-5.3.9999.ebuild b/dev-qt/qtnetwork/qtnetwork-5.3.9999.ebuild
index b67c60d..6c2cfa1 100644
--- a/dev-qt/qtnetwork/qtnetwork-5.3.9999.ebuild
+++ b/dev-qt/qtnetwork/qtnetwork-5.3.9999.ebuild
@@ -50,8 +50,8 @@ pkg_setup() {
src_configure() {
local myconf=(
- $(use connman || use networkmanager && echo -dbus-linked || echo -no-dbus)
- $(use ssl && echo -openssl-linked || echo -no-openssl)
+ $(use connman || use networkmanager && echo -dbus-linked)
+ $(use ssl && echo -openssl-linked)
)
qt5-build_src_configure
}
diff --git a/dev-qt/qtnetwork/qtnetwork-5.9999.ebuild b/dev-qt/qtnetwork/qtnetwork-5.9999.ebuild
index b67c60d..6c2cfa1 100644
--- a/dev-qt/qtnetwork/qtnetwork-5.9999.ebuild
+++ b/dev-qt/qtnetwork/qtnetwork-5.9999.ebuild
@@ -50,8 +50,8 @@ pkg_setup() {
src_configure() {
local myconf=(
- $(use connman || use networkmanager && echo -dbus-linked || echo -no-dbus)
- $(use ssl && echo -openssl-linked || echo -no-openssl)
+ $(use connman || use networkmanager && echo -dbus-linked)
+ $(use ssl && echo -openssl-linked)
)
qt5-build_src_configure
}
next reply other threads:[~2014-07-27 13:51 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-27 13:51 Davide Pesavento [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-09-29 20:39 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-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=1406469046.819f0896b75cc7f03a4293f76401a3cfbd7983ec.pesa@gentoo \
--to=pesa@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