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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0289F158042 for ; Wed, 6 Nov 2024 13:48:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B728E0C78; Wed, 6 Nov 2024 13:47:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 359C3E0C64 for ; Wed, 6 Nov 2024 13:47:51 +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 7E1F033BEED for ; Wed, 6 Nov 2024 13:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A12C51D6E for ; Wed, 6 Nov 2024 13:47:47 +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: <1730899714.ab347a9c142a0588bcb4fce341d3622546d88aa4.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-globalkeys/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-globalkeys/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: ab347a9c142a0588bcb4fce341d3622546d88aa4 X-VCS-Branch: master Date: Wed, 6 Nov 2024 13:47: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: dd2c2ec7-fc37-442b-b688-c8482d3adfc4 X-Archives-Hash: 1bd37917f2bd2d436d643dedd34dbe42 commit: ab347a9c142a0588bcb4fce341d3622546d88aa4 Author: Jimi Huotari gentoo org> AuthorDate: Wed Nov 6 13:28:34 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Nov 6 13:28:34 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ab347a9c lxqt-base/lxqt-globalkeys: sync keywords and update dependencies Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild index e1319e6f..d2be0d05 100644 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild @@ -15,7 +15,7 @@ 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" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" @@ -23,7 +23,7 @@ SLOT="0" BDEPEND=" >=dev-qt/qttools-6.6:6[linguist] - >=dev-util/lxqt-build-tools-2.0.0 + >=dev-util/lxqt-build-tools-2.1.0 " DEPEND=" >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]