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 BADA4158041 for ; Sat, 2 Mar 2024 22:09:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0152E2A3A; Sat, 2 Mar 2024 22:09:13 +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 C52DDE2A3A for ; Sat, 2 Mar 2024 22:09: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 D7512343015 for ; Sat, 2 Mar 2024 22:09:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7914F14E2 for ; Sat, 2 Mar 2024 22:09:11 +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: <1709417337.efbb0168e0bb2ecc9a096b4c87d57fa9d365e4c5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/obconf-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/obconf-qt/obconf-qt-0.16.4.ebuild X-VCS-Directories: x11-misc/obconf-qt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: efbb0168e0bb2ecc9a096b4c87d57fa9d365e4c5 X-VCS-Branch: master Date: Sat, 2 Mar 2024 22:09:11 +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: b1d86548-615f-4ef7-9b76-6799126c3ebd X-Archives-Hash: d401d34414a7f5254f8cfdc2e35061a0 commit: efbb0168e0bb2ecc9a096b4c87d57fa9d365e4c5 Author: Sam James gentoo org> AuthorDate: Sat Mar 2 22:08:57 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 2 22:08:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efbb0168 x11-misc/obconf-qt: Stabilize 0.16.4 arm64, #926054 Signed-off-by: Sam James gentoo.org> x11-misc/obconf-qt/obconf-qt-0.16.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/obconf-qt/obconf-qt-0.16.4.ebuild b/x11-misc/obconf-qt/obconf-qt-0.16.4.ebuild index e94c756012cb..1240a5ee63cb 100644 --- a/x11-misc/obconf-qt/obconf-qt-0.16.4.ebuild +++ b/x11-misc/obconf-qt/obconf-qt-0.16.4.ebuild @@ -13,7 +13,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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2 GPL-2+"