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 F2892158041 for ; Mon, 25 Mar 2024 21:12:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 657DCE2A2D; Mon, 25 Mar 2024 21:12:13 +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 44378E2A2D for ; Mon, 25 Mar 2024 21:12:13 +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 88324343465 for ; Mon, 25 Mar 2024 21:12:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E738615F1 for ; Mon, 25 Mar 2024 21:12:09 +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.6478b448579d3ad579f1f467eac84be54d3a6bf0.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-notificationd/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-notificationd/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 6478b448579d3ad579f1f467eac84be54d3a6bf0 X-VCS-Branch: master Date: Mon, 25 Mar 2024 21:12:09 +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: e7ca8e4e-9e29-4f96-9c76-655e30bbd8dc X-Archives-Hash: e1e5d03e14ce0f9f367a5cae7f60ef71 commit: 6478b448579d3ad579f1f467eac84be54d3a6bf0 Author: Jimi Huotari gentoo org> AuthorDate: Mon Mar 25 21:05:40 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=6478b448 lxqt-base/lxqt-notificationd: welcome qt6 Signed-off-by: Jimi Huotari gentoo.org> .../lxqt-notificationd/lxqt-notificationd-9999.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild index 4f65c2d4..4b747542 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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,14 @@ LICENSE="LGPL-2.1 LGPL-2.1+" SLOT="0" BDEPEND=" - dev-qt/linguist-tools: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/libqtxdg-3.11.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 - kde-frameworks/kwindowsystem:5 + >=dev-qt/qtbase-6.6:6[dbus,gui,widgets] + kde-frameworks/kwindowsystem:6 + >=kde-plasma/layer-shell-qt-6.0:6 =lxqt-base/liblxqt-${MY_PV}*:= " RDEPEND="${DEPEND}"