From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98F24138331 for ; Fri, 2 Feb 2018 11:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9433E0C95; Fri, 2 Feb 2018 11:54:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BB45E0C95 for ; Fri, 2 Feb 2018 11:54:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BBEC335C7E for ; Fri, 2 Feb 2018 11:54:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F73C1DB for ; Fri, 2 Feb 2018 11:54:11 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1517572436.ca05e01917d000e2a1f6bfd2aba2c8fa5290675a.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtcore/qtcore-5.10.0.ebuild dev-qt/qtcore/qtcore-5.10.9999.ebuild dev-qt/qtcore/qtcore-5.11.9999.ebuild dev-qt/qtcore/qtcore-5.9.4.ebuild dev-qt/qtcore/qtcore-5.9.9999.ebuild dev-qt/qtcore/qtcore-5.9999.ebuild X-VCS-Directories: dev-qt/qtcore/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ca05e01917d000e2a1f6bfd2aba2c8fa5290675a X-VCS-Branch: master Date: Fri, 2 Feb 2018 11:54:11 +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: 08af70fa-6c7d-4b45-95e9-18df778a741f X-Archives-Hash: 24eabd1e1fc75663632a46bf60a4835d commit: ca05e01917d000e2a1f6bfd2aba2c8fa5290675a Author: Michael Palimaka gentoo org> AuthorDate: Fri Jan 26 06:44:36 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Feb 2 11:53:56 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ca05e019 dev-qt/qtcore: add QT5_GENTOO_PRIVATE_CONFIG Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-qt/qtcore/qtcore-5.10.0.ebuild | 9 ++++++++- dev-qt/qtcore/qtcore-5.10.9999.ebuild | 9 ++++++++- dev-qt/qtcore/qtcore-5.11.9999.ebuild | 7 +++++++ dev-qt/qtcore/qtcore-5.9.4.ebuild | 7 +++++++ dev-qt/qtcore/qtcore-5.9.9999.ebuild | 9 ++++++++- dev-qt/qtcore/qtcore-5.9999.ebuild | 9 ++++++++- 6 files changed, 46 insertions(+), 4 deletions(-) diff --git a/dev-qt/qtcore/qtcore-5.10.0.ebuild b/dev-qt/qtcore/qtcore-5.10.0.ebuild index b568c54d..d2aa31ee 100644 --- a/dev-qt/qtcore/qtcore-5.10.0.ebuild +++ b/dev-qt/qtcore/qtcore-5.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,6 +34,13 @@ QT5_TARGET_SUBDIRS=( doc ) +QT5_GENTOO_PRIVATE_CONFIG=( + !:network + !:sql + !:testlib + !:xml +) + src_configure() { local myconf=( $(qt_use icu) diff --git a/dev-qt/qtcore/qtcore-5.10.9999.ebuild b/dev-qt/qtcore/qtcore-5.10.9999.ebuild index b568c54d..d2aa31ee 100644 --- a/dev-qt/qtcore/qtcore-5.10.9999.ebuild +++ b/dev-qt/qtcore/qtcore-5.10.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,6 +34,13 @@ QT5_TARGET_SUBDIRS=( doc ) +QT5_GENTOO_PRIVATE_CONFIG=( + !:network + !:sql + !:testlib + !:xml +) + src_configure() { local myconf=( $(qt_use icu) diff --git a/dev-qt/qtcore/qtcore-5.11.9999.ebuild b/dev-qt/qtcore/qtcore-5.11.9999.ebuild index 970e630d..d2aa31ee 100644 --- a/dev-qt/qtcore/qtcore-5.11.9999.ebuild +++ b/dev-qt/qtcore/qtcore-5.11.9999.ebuild @@ -34,6 +34,13 @@ QT5_TARGET_SUBDIRS=( doc ) +QT5_GENTOO_PRIVATE_CONFIG=( + !:network + !:sql + !:testlib + !:xml +) + src_configure() { local myconf=( $(qt_use icu) diff --git a/dev-qt/qtcore/qtcore-5.9.4.ebuild b/dev-qt/qtcore/qtcore-5.9.4.ebuild index bce7aeab..54eb30f5 100644 --- a/dev-qt/qtcore/qtcore-5.9.4.ebuild +++ b/dev-qt/qtcore/qtcore-5.9.4.ebuild @@ -34,6 +34,13 @@ QT5_TARGET_SUBDIRS=( doc ) +QT5_GENTOO_PRIVATE_CONFIG=( + !:network + !:sql + !:testlib + !:xml +) + src_configure() { local myconf=( $(qt_use icu) diff --git a/dev-qt/qtcore/qtcore-5.9.9999.ebuild b/dev-qt/qtcore/qtcore-5.9.9999.ebuild index 779bc30c..54eb30f5 100644 --- a/dev-qt/qtcore/qtcore-5.9.9999.ebuild +++ b/dev-qt/qtcore/qtcore-5.9.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,6 +34,13 @@ QT5_TARGET_SUBDIRS=( doc ) +QT5_GENTOO_PRIVATE_CONFIG=( + !:network + !:sql + !:testlib + !:xml +) + src_configure() { local myconf=( $(qt_use icu) diff --git a/dev-qt/qtcore/qtcore-5.9999.ebuild b/dev-qt/qtcore/qtcore-5.9999.ebuild index 779bc30c..54eb30f5 100644 --- a/dev-qt/qtcore/qtcore-5.9999.ebuild +++ b/dev-qt/qtcore/qtcore-5.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,6 +34,13 @@ QT5_TARGET_SUBDIRS=( doc ) +QT5_GENTOO_PRIVATE_CONFIG=( + !:network + !:sql + !:testlib + !:xml +) + src_configure() { local myconf=( $(qt_use icu)