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 85595158041 for ; Mon, 25 Mar 2024 21:12:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53609E2A19; 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 3788DE2A2C 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 7F313343463 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 737E615EB 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.50a2c5190d8b03e1a36034ea90350121eb5d7031.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/libsysstat/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/libsysstat/libsysstat-9999.ebuild X-VCS-Directories: lxqt-base/libsysstat/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 50a2c5190d8b03e1a36034ea90350121eb5d7031 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: d7727766-209b-4f4d-8236-5def2f9e1bdc X-Archives-Hash: 7d20fd1b8b3abc00ba25d0be458fea9e commit: 50a2c5190d8b03e1a36034ea90350121eb5d7031 Author: Jimi Huotari gentoo org> AuthorDate: Mon Mar 25 21:04:59 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=50a2c519 lxqt-base/libsysstat: welcome qt6 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/libsysstat/libsysstat-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lxqt-base/libsysstat/libsysstat-9999.ebuild b/lxqt-base/libsysstat/libsysstat-9999.ebuild index 67b8a878..262f3eb5 100644 --- a/lxqt-base/libsysstat/libsysstat-9999.ebuild +++ b/lxqt-base/libsysstat/libsysstat-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 @@ -13,12 +13,12 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -BDEPEND=">=dev-util/lxqt-build-tools-0.10.0" -DEPEND=">=dev-qt/qtcore-5.15:5" +BDEPEND=">=dev-util/lxqt-build-tools-2.0.0" +DEPEND=">=dev-qt/qtbase-6.6:6" RDEPEND="${DEPEND}"