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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E1AC158094 for ; Mon, 20 Jun 2022 18:03:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD6DFE0A4A; Mon, 20 Jun 2022 18:03:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B270DE0A4A for ; Mon, 20 Jun 2022 18:03:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8E4D341417 for ; Mon, 20 Jun 2022 18:03:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31F0750D for ; Mon, 20 Jun 2022 18:03:27 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1655748123.d7f1589d6ed6ac7f02af7268df53ac5d9654a71e.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtbase/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtbase/qtbase-6.3.0.ebuild dev-qt/qtbase/qtbase-6.3.9999.ebuild dev-qt/qtbase/qtbase-6.9999.ebuild X-VCS-Directories: dev-qt/qtbase/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: d7f1589d6ed6ac7f02af7268df53ac5d9654a71e X-VCS-Branch: master Date: Mon, 20 Jun 2022 18:03:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af043a62-59bd-44d5-80aa-c1aa1b4b1327 X-Archives-Hash: e4f0cd3321333eb19811797cbcf7d93b commit: d7f1589d6ed6ac7f02af7268df53ac5d9654a71e Author: Jimi Huotari gentoo org> AuthorDate: Wed Jun 8 14:17:21 2022 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Mon Jun 20 18:02:03 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d7f1589d dev-qt/qtbase: depend on USE="gui" if USE="vnc" Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qtbase/qtbase-6.3.0.ebuild | 3 ++- dev-qt/qtbase/qtbase-6.3.9999.ebuild | 3 ++- dev-qt/qtbase/qtbase-6.9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-qt/qtbase/qtbase-6.3.0.ebuild b/dev-qt/qtbase/qtbase-6.3.0.ebuild index a8e1f084..36931e0e 100644 --- a/dev-qt/qtbase/qtbase-6.3.0.ebuild +++ b/dev-qt/qtbase/qtbase-6.3.0.ebuild @@ -26,7 +26,6 @@ QTSQL_IUSE="freetds mysql oci8 odbc postgres +sqlite" IUSE+=" ${QTGUI_IUSE} ${QTNETWORK_IUSE} ${QTSQL_IUSE} cups gtk icu systemd +udev" # QtPrintSupport = QtGui + QtWidgets enabled. # ibus = xkbcommon + dbus, and xkbcommon needs either libinput or X -# moved vnc logically to QtNetwork as that is upstream condition for it REQUIRED_USE+=" $(printf '%s? ( gui ) ' ${QTGUI_IUSE//+/}) $(printf '%s? ( network ) ' ${QTNETWORK_IUSE//+/}) @@ -38,6 +37,7 @@ REQUIRED_USE+=" gui? ( || ( eglfs X ) || ( libinput X ) ) libinput? ( udev ) sql? ( || ( freetds mysql oci8 odbc postgres sqlite ) ) + vnc? ( gui ) X? ( gles2-only? ( egl ) ) " @@ -173,5 +173,6 @@ src_configure() { $(qt_feature sqlite sql_sqlite) $(qt_feature sqlite system_sqlite) ) + qt6-build_src_configure } diff --git a/dev-qt/qtbase/qtbase-6.3.9999.ebuild b/dev-qt/qtbase/qtbase-6.3.9999.ebuild index a8e1f084..36931e0e 100644 --- a/dev-qt/qtbase/qtbase-6.3.9999.ebuild +++ b/dev-qt/qtbase/qtbase-6.3.9999.ebuild @@ -26,7 +26,6 @@ QTSQL_IUSE="freetds mysql oci8 odbc postgres +sqlite" IUSE+=" ${QTGUI_IUSE} ${QTNETWORK_IUSE} ${QTSQL_IUSE} cups gtk icu systemd +udev" # QtPrintSupport = QtGui + QtWidgets enabled. # ibus = xkbcommon + dbus, and xkbcommon needs either libinput or X -# moved vnc logically to QtNetwork as that is upstream condition for it REQUIRED_USE+=" $(printf '%s? ( gui ) ' ${QTGUI_IUSE//+/}) $(printf '%s? ( network ) ' ${QTNETWORK_IUSE//+/}) @@ -38,6 +37,7 @@ REQUIRED_USE+=" gui? ( || ( eglfs X ) || ( libinput X ) ) libinput? ( udev ) sql? ( || ( freetds mysql oci8 odbc postgres sqlite ) ) + vnc? ( gui ) X? ( gles2-only? ( egl ) ) " @@ -173,5 +173,6 @@ src_configure() { $(qt_feature sqlite sql_sqlite) $(qt_feature sqlite system_sqlite) ) + qt6-build_src_configure } diff --git a/dev-qt/qtbase/qtbase-6.9999.ebuild b/dev-qt/qtbase/qtbase-6.9999.ebuild index a7b3797a..39f291d5 100644 --- a/dev-qt/qtbase/qtbase-6.9999.ebuild +++ b/dev-qt/qtbase/qtbase-6.9999.ebuild @@ -25,7 +25,6 @@ QTSQL_IUSE="freetds mysql oci8 odbc postgres +sqlite" IUSE+=" ${QTGUI_IUSE} ${QTNETWORK_IUSE} ${QTSQL_IUSE} cups gtk icu systemd +udev" # QtPrintSupport = QtGui + QtWidgets enabled. # ibus = xkbcommon + dbus, and xkbcommon needs either libinput or X -# moved vnc logically to QtNetwork as that is upstream condition for it REQUIRED_USE+=" $(printf '%s? ( gui ) ' ${QTGUI_IUSE//+/}) $(printf '%s? ( network ) ' ${QTNETWORK_IUSE//+/}) @@ -37,6 +36,7 @@ REQUIRED_USE+=" gui? ( || ( eglfs X ) || ( libinput X ) ) libinput? ( udev ) sql? ( || ( freetds mysql oci8 odbc postgres sqlite ) ) + vnc? ( gui ) X? ( gles2-only? ( egl ) ) " @@ -173,5 +173,6 @@ src_configure() { $(qt_feature sqlite sql_sqlite) $(qt_feature sqlite system_sqlite) ) + qt6-build_src_configure }