commit:     ca05e01917d000e2a1f6bfd2aba2c8fa5290675a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 06:44:36 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> 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)

Reply via email to