From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1704771-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 E1AB515812D for <garchives@archives.gentoo.org>; Wed, 01 Jan 2025 13:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DC99E077A; Wed, 01 Jan 2025 13:16:03 +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 24FB1E077A for <gentoo-commits@lists.gentoo.org>; Wed, 01 Jan 2025 13:16:03 +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 3ED1D340836 for <gentoo-commits@lists.gentoo.org>; Wed, 01 Jan 2025 13:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E630A1948 for <gentoo-commits@lists.gentoo.org>; Wed, 01 Jan 2025 13:15:58 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1735737342.9f8cd03d6b694ce5267e9b153ca44c74980ea729.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xaos/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xaos/xaos-4.3.3.ebuild X-VCS-Directories: x11-misc/xaos/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9f8cd03d6b694ce5267e9b153ca44c74980ea729 X-VCS-Branch: master Date: Wed, 01 Jan 2025 13:15:58 +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: 9eca8675-64ba-43c7-8719-ec9d3b26ca11 X-Archives-Hash: aecdf6a2893f1d476e03fd50ec04bfdc commit: 9f8cd03d6b694ce5267e9b153ca44c74980ea729 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 1 13:15:42 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 1 13:15:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8cd03d x11-misc/xaos: Stabilize 4.3.3 amd64, #947296 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/xaos/xaos-4.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xaos/xaos-4.3.3.ebuild b/x11-misc/xaos/xaos-4.3.3.ebuild index 556bbe1dd5cd..f9c154858345 100644 --- a/x11-misc/xaos/xaos-4.3.3.ebuild +++ b/x11-misc/xaos/xaos-4.3.3.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/XaoS-release-${PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" RDEPEND="dev-qt/qtbase:6[gui,widgets]" DEPEND="${RDEPEND}"