From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B9F5B13877A for ; Sun, 27 Jul 2014 13:51:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1D89E0C67; Sun, 27 Jul 2014 13:51:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BAC4E0C67 for ; Sun, 27 Jul 2014 13:51:21 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E5BD33FE8F for ; Sun, 27 Jul 2014 13:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id EF86F18BEF for ; Sun, 27 Jul 2014 13:51:18 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1406469046.819f0896b75cc7f03a4293f76401a3cfbd7983ec.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtnetwork/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtnetwork/qtnetwork-5.3.1.ebuild dev-qt/qtnetwork/qtnetwork-5.3.9999.ebuild dev-qt/qtnetwork/qtnetwork-5.9999.ebuild X-VCS-Directories: dev-qt/qtnetwork/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 819f0896b75cc7f03a4293f76401a3cfbd7983ec X-VCS-Branch: master Date: Sun, 27 Jul 2014 13:51:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8c363bcd-5afa-4b6d-b360-f1edd3a9a2eb X-Archives-Hash: f397f07ff8ac89c287fb3cc0a608279f commit: 819f0896b75cc7f03a4293f76401a3cfbd7983ec Author: Davide Pesavento gentoo org> AuthorDate: Sun Jul 27 13:50:46 2014 +0000 Commit: Davide Pesavento gentoo 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 }