From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1687139-garchives=archives.gentoo.org@lists.gentoo.org>
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 81631158042
	for <garchives@archives.gentoo.org>; Wed,  6 Nov 2024 13:48:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 64A80E0CB1;
	Wed,  6 Nov 2024 13:47:53 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 2D090E0CA7
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Nov 2024 13:47:53 +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 3FCF9342F92
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Nov 2024 13:47:52 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C9CB227B
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Nov 2024 13:47:49 +0000 (UTC)
From: "Jimi Huotari" <chiitoo@gentoo.org>
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" <chiitoo@gentoo.org>
Message-ID: <1730900506.c5fe27e4a141f7943d20ac590e93c8edb1b0651c.chiitoo@gentoo>
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/
X-VCS-Repository: proj/qt
X-VCS-Files: lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
X-VCS-Directories: lxqt-base/lxqt-meta/
X-VCS-Committer: chiitoo
X-VCS-Committer-Name: Jimi Huotari
X-VCS-Revision: c5fe27e4a141f7943d20ac590e93c8edb1b0651c
X-VCS-Branch: master
Date: Wed,  6 Nov 2024 13:47:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 830661de-74d9-416b-a1c2-b7bee794e9c9
X-Archives-Hash: 1bc4d3efedc91869086b7e932bf9fab0

commit:     c5fe27e4a141f7943d20ac590e93c8edb1b0651c
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  6 13:41:46 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Nov  6 13:41:46 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=c5fe27e4

lxqt-base/lxqt-meta: sync keywords and update dependencies

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
index d46a73a0..1e546477 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
 HOMEPAGE="https://lxqt-project.org/"
 
 if [[ ${PV} != 9999 ]]; then
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="metapackage"
@@ -42,7 +42,7 @@ RDEPEND="
 	about? ( =lxqt-base/lxqt-about-${MY_PV}* )
 	admin? ( =lxqt-base/lxqt-admin-${MY_PV}* )
 	archiver? ( >=app-arch/lxqt-archiver-1.0 )
-	desktop-portal? ( >=gui-libs/xdg-desktop-portal-lxqt-1.0 )
+	desktop-portal? ( >=gui-libs/xdg-desktop-portal-lxqt-1.1 )
 	display-manager? (
 		sddm? ( x11-misc/sddm )
 		!sddm? ( x11-misc/lightdm )
@@ -52,8 +52,8 @@ RDEPEND="
 	nls? ( dev-qt/qttranslations:6 )
 	policykit? ( =lxqt-base/lxqt-policykit-${MY_PV}* )
 	powermanagement? ( =lxqt-base/lxqt-powermanagement-${MY_PV}* )
-	processviewer? ( >=x11-misc/qps-2.9 )
-	screenshot? ( >=x11-misc/screengrab-2.8 )
+	processviewer? ( >=x11-misc/qps-2.10 )
+	screenshot? ( >=x11-misc/screengrab-2.9 )
 	sddm? ( x11-misc/sddm )
 	ssh-askpass? ( =lxqt-base/lxqt-openssh-askpass-${MY_PV}* )
 	sudo? ( =lxqt-base/lxqt-sudo-${MY_PV}* )