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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7045D138206 for ; Sat, 24 Jul 2021 04:36:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8EC6E0DBE; Sat, 24 Jul 2021 04:36:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABF23E0DBE for ; Sat, 24 Jul 2021 04:36:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A878C335D46 for ; Sat, 24 Jul 2021 04:36:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BAE378A for ; Sat, 24 Jul 2021 04:36:04 +0000 (UTC) From: "Gerben Jan Dijkman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gerben Jan Dijkman" Message-ID: <1627101358.6e67dff1ff63e7028d06d8a33309a59edb03ef71.gjdijkman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/cawbird/cawbird-1.4.1.ebuild X-VCS-Directories: net-im/cawbird/ X-VCS-Committer: gjdijkman X-VCS-Committer-Name: Gerben Jan Dijkman X-VCS-Revision: 6e67dff1ff63e7028d06d8a33309a59edb03ef71 X-VCS-Branch: dev Date: Sat, 24 Jul 2021 04:36:04 +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: 1d5d3880-a133-4a28-8cf4-cbbf5e3b31fa X-Archives-Hash: 2bd17346d5e5775888a15b8bcce1084a commit: 6e67dff1ff63e7028d06d8a33309a59edb03ef71 Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Sat Jul 24 04:35:58 2021 +0000 Commit: Gerben Jan Dijkman gjdwebserver nl> CommitDate: Sat Jul 24 04:35:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e67dff1 net-im/cawbird: Updated Keywords Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Gerben jan Dijkman gjdwebserver.nl> net-im/cawbird/cawbird-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.1.ebuild index a8b7d7997..6367e68b1 100644 --- a/net-im/cawbird/cawbird-1.4.1.ebuild +++ b/net-im/cawbird/cawbird-1.4.1.ebuild @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/IBBoard/cawbird.git" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64 ~arm64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+introspection +vala" REQUIRED_USE="vala? ( introspection )"