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 9F40B158041 for ; Mon, 25 Mar 2024 21:12:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5BA2E2A13; Mon, 25 Mar 2024 21:12:11 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89C8FE2A0E for ; Mon, 25 Mar 2024 21:12:11 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B769434345C for ; Mon, 25 Mar 2024 21:12:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03AEFB29 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.5bc60b4bc254b2e139ecb340da932b556c6d18e8.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-util/lxqt-build-tools/ X-VCS-Repository: proj/qt X-VCS-Files: dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild X-VCS-Directories: dev-util/lxqt-build-tools/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 5bc60b4bc254b2e139ecb340da932b556c6d18e8 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: 7f4e9804-2027-4dbb-8d45-cac635d93d66 X-Archives-Hash: 0248e0b2e51dde1132851bf07869cca9 commit: 5bc60b4bc254b2e139ecb340da932b556c6d18e8 Author: Jimi Huotari gentoo org> AuthorDate: Wed Mar 13 14:03:57 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=5bc60b4b dev-util/lxqt-build-tools: welcome qt6 Upstream has moved on to Qt 6. Signed-off-by: Jimi Huotari gentoo.org> dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild index 8c41191e..11f8c2ad 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-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 @@ -21,6 +21,6 @@ SLOT="0" DEPEND=" >=dev-libs/glib-2.50.0 - >=dev-qt/qtcore-5.15:5 + >=dev-qt/qtbase-6.6:6 " RDEPEND="${DEPEND}"