From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id C4FE1158074 for ; Sat, 05 Jul 2025 03:16:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id ADFAF3420C6 for ; Sat, 05 Jul 2025 03:16:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DCBCF110560; Sat, 05 Jul 2025 03:16:12 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D58CC110560 for ; Sat, 05 Jul 2025 03:16:12 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CED4342081 for ; Sat, 05 Jul 2025 03:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 025D22D53 for ; Sat, 05 Jul 2025 03:16:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1751685339.7ba42e76897b25070745d339ae77ee6e91b55d5a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r6.ebuild X-VCS-Directories: x11-themes/QGnomePlatform/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7ba42e76897b25070745d339ae77ee6e91b55d5a X-VCS-Branch: master Date: Sat, 05 Jul 2025 03:16:10 +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: 640d300c-511d-4a3f-94cf-9b5627150e95 X-Archives-Hash: 85dce264218bcee288f6e38031a57acf commit: 7ba42e76897b25070745d339ae77ee6e91b55d5a Author: Sam James gentoo org> AuthorDate: Sat Jul 5 03:15:39 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 5 03:15:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba42e76 x11-themes/QGnomePlatform: Stabilize 0.9.2-r6 amd64, #959506 Signed-off-by: Sam James gentoo.org> x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r6.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r6.ebuild index 42a2c6b8f011..8fd5bd6b7fdc 100644 --- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r6.ebuild +++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r6.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P} LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" IUSE="qt5 +qt6 minimal wayland X" REQUIRED_USE="|| ( qt5 qt6 )"