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 207591382C5 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 41224E0CCC; Fri, 2 Feb 2018 11:54:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0D5A6E0C95 for ; Fri, 2 Feb 2018 11:54:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C36E5335C73 for ; Fri, 2 Feb 2018 11:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59DCE1D4 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.9f81240ffd41cda7bb75286c95bb49e8623e43de.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtgui/qtgui-5.10.0.ebuild dev-qt/qtgui/qtgui-5.10.9999.ebuild dev-qt/qtgui/qtgui-5.11.9999.ebuild dev-qt/qtgui/qtgui-5.9.4.ebuild dev-qt/qtgui/qtgui-5.9.9999.ebuild dev-qt/qtgui/qtgui-5.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9f81240ffd41cda7bb75286c95bb49e8623e43de 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: 86ab107b-5479-4df9-85dd-f58343a101a4 X-Archives-Hash: fdee6ef913d416548e2a9dbbfe2f5347 commit: 9f81240ffd41cda7bb75286c95bb49e8623e43de Author: Michael Palimaka gentoo org> AuthorDate: Fri Jan 26 02:29:29 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=9f81240f dev-qt/qtgui: add QT5_GENTOO_PRIVATE_CONFIG Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-qt/qtgui/qtgui-5.10.0.ebuild | 6 +++++- dev-qt/qtgui/qtgui-5.10.9999.ebuild | 6 +++++- dev-qt/qtgui/qtgui-5.11.9999.ebuild | 4 ++++ dev-qt/qtgui/qtgui-5.9.4.ebuild | 4 ++++ dev-qt/qtgui/qtgui-5.9.9999.ebuild | 6 +++++- dev-qt/qtgui/qtgui-5.9999.ebuild | 4 ++++ 6 files changed, 27 insertions(+), 3 deletions(-) diff --git a/dev-qt/qtgui/qtgui-5.10.0.ebuild b/dev-qt/qtgui/qtgui-5.10.0.ebuild index e7b6eb22..0e281afe 100644 --- a/dev-qt/qtgui/qtgui-5.10.0.ebuild +++ b/dev-qt/qtgui/qtgui-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 @@ -120,6 +120,10 @@ QT5_GENTOO_CONFIG=( xcb::XKB ) +QT5_GENTOO_PRIVATE_CONFIG=( + :gui +) + src_prepare() { # egl_x11 is activated when both egl and xcb are enabled use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) || QT5_GENTOO_CONFIG+=(egl:egl_x11) diff --git a/dev-qt/qtgui/qtgui-5.10.9999.ebuild b/dev-qt/qtgui/qtgui-5.10.9999.ebuild index e7b6eb22..0e281afe 100644 --- a/dev-qt/qtgui/qtgui-5.10.9999.ebuild +++ b/dev-qt/qtgui/qtgui-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 @@ -120,6 +120,10 @@ QT5_GENTOO_CONFIG=( xcb::XKB ) +QT5_GENTOO_PRIVATE_CONFIG=( + :gui +) + src_prepare() { # egl_x11 is activated when both egl and xcb are enabled use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) || QT5_GENTOO_CONFIG+=(egl:egl_x11) diff --git a/dev-qt/qtgui/qtgui-5.11.9999.ebuild b/dev-qt/qtgui/qtgui-5.11.9999.ebuild index e699a859..0e281afe 100644 --- a/dev-qt/qtgui/qtgui-5.11.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.11.9999.ebuild @@ -120,6 +120,10 @@ QT5_GENTOO_CONFIG=( xcb::XKB ) +QT5_GENTOO_PRIVATE_CONFIG=( + :gui +) + src_prepare() { # egl_x11 is activated when both egl and xcb are enabled use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) || QT5_GENTOO_CONFIG+=(egl:egl_x11) diff --git a/dev-qt/qtgui/qtgui-5.9.4.ebuild b/dev-qt/qtgui/qtgui-5.9.4.ebuild index c5c08fae..aeb8b422 100644 --- a/dev-qt/qtgui/qtgui-5.9.4.ebuild +++ b/dev-qt/qtgui/qtgui-5.9.4.ebuild @@ -119,6 +119,10 @@ QT5_GENTOO_CONFIG=( xcb::XKB ) +QT5_GENTOO_PRIVATE_CONFIG=( + :gui +) + src_prepare() { # egl_x11 is activated when both egl and xcb are enabled use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) || QT5_GENTOO_CONFIG+=(egl:egl_x11) diff --git a/dev-qt/qtgui/qtgui-5.9.9999.ebuild b/dev-qt/qtgui/qtgui-5.9.9999.ebuild index 0e4e3eed..aeb8b422 100644 --- a/dev-qt/qtgui/qtgui-5.9.9999.ebuild +++ b/dev-qt/qtgui/qtgui-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 @@ -119,6 +119,10 @@ QT5_GENTOO_CONFIG=( xcb::XKB ) +QT5_GENTOO_PRIVATE_CONFIG=( + :gui +) + src_prepare() { # egl_x11 is activated when both egl and xcb are enabled use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) || QT5_GENTOO_CONFIG+=(egl:egl_x11) diff --git a/dev-qt/qtgui/qtgui-5.9999.ebuild b/dev-qt/qtgui/qtgui-5.9999.ebuild index 26f4bb0b..a43ff0cc 100644 --- a/dev-qt/qtgui/qtgui-5.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.9999.ebuild @@ -120,6 +120,10 @@ QT5_GENTOO_CONFIG=( xcb::XKB ) +QT5_GENTOO_PRIVATE_CONFIG=( + :gui +) + src_prepare() { # egl_x11 is activated when both egl and xcb are enabled use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) || QT5_GENTOO_CONFIG+=(egl:egl_x11)