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 DB24B138350 for ; Sat, 21 Mar 2020 13:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EC2BE0B01; Sat, 21 Mar 2020 13:50:52 +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 E2EF6E0B01 for ; Sat, 21 Mar 2020 13:50:51 +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 35B6F34F059 for ; Sat, 21 Mar 2020 13:50:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE31D18A for ; Sat, 21 Mar 2020 13:50:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1584798633.37c72ad91f12a710e80b7b8e0c146a17ea703a33.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 37c72ad91f12a710e80b7b8e0c146a17ea703a33 X-VCS-Branch: master Date: Sat, 21 Mar 2020 13:50:47 +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: 0b0828e9-094b-4668-9232-17caf39621d4 X-Archives-Hash: 05565e8a1c61ef5632980e40615feb28 commit: 37c72ad91f12a710e80b7b8e0c146a17ea703a33 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 21 13:50:33 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 21 13:50:33 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=37c72ad9 dev-qt/qtdeclarative: Add USE vulkan to 5.9999 as well Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild index a70c3d60..74bb692c 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild @@ -11,13 +11,13 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" fi -IUSE="gles2 +jit localstorage +widgets" +IUSE="gles2 +jit localstorage vulkan +widgets" BDEPEND="${PYTHON_DEPS}" # qtgui[gles2=] is needed because of bug 504322 DEPEND=" ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV}[gles2=] + ~dev-qt/qtgui-${PV}[gles2=,vulkan=] ~dev-qt/qtnetwork-${PV} ~dev-qt/qttest-${PV} localstorage? ( ~dev-qt/qtsql-${PV} )