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 72B8D158041 for ; Mon, 25 Mar 2024 21:12:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDE4CE2A64; Mon, 25 Mar 2024 21:12:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2501E2A64 for ; Mon, 25 Mar 2024 21:12:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A3FC3434D2 for ; Mon, 25 Mar 2024 21:12:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FE7415F6 for ; Mon, 25 Mar 2024 21:12:10 +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: <1711401095.92af05217f56a0a3fe0e4b81e7a8b17582a3ecfb.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-qtplugin/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-qtplugin/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 92af05217f56a0a3fe0e4b81e7a8b17582a3ecfb X-VCS-Branch: master Date: Mon, 25 Mar 2024 21:12:10 +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: acee3ef9-1378-44dc-8c1d-7733197d3fdd X-Archives-Hash: a7498a6358e6966b332228cc39115c7f commit: 92af05217f56a0a3fe0e4b81e7a8b17582a3ecfb Author: Jimi Huotari gentoo org> AuthorDate: Mon Mar 25 21:06:04 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Mon Mar 25 21:11:35 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=92af0521 lxqt-base/lxqt-qtplugin: welcome qt6 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild index 1b319db4..d457ed08 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,16 +22,13 @@ LICENSE="LGPL-2.1+" SLOT="0" BDEPEND=" - >=dev-qt/linguist-tools-5.15:5 - >=dev-util/lxqt-build-tools-0.13.0 + >=dev-qt/qttools-6.6:6[linguist] + >=dev-util/lxqt-build-tools-2.0.0 " DEPEND=" - dev-libs/libdbusmenu-qt[qt5(+)] + dev-libs/libdbusmenu-lxqt >=dev-libs/libqtxdg-3.12.0 - >=dev-qt/qtcore-5.15:5 - >=dev-qt/qtdbus-5.15:5 - >=dev-qt/qtgui-5.15:5= - >=dev-qt/qtwidgets-5.15:5 + >=dev-qt/qtbase-6.6:6[dbus,gui,widgets] =x11-libs/libfm-qt-${MY_PV}* " RDEPEND="${DEPEND}"