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 542B7158020 for ; Sat, 24 Dec 2022 03:03:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D9EFE0882; Sat, 24 Dec 2022 03:02:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74A94E07C9 for ; Sat, 24 Dec 2022 03:02:59 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96FBD340DCD for ; Sat, 24 Dec 2022 03:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0146C7E7 for ; Sat, 24 Dec 2022 03:02:57 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1671850965.afda7f52863e39a19350e0ecdca9834d071df349.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ayatana-ido/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ayatana-ido/ayatana-ido-0.9.2.ebuild X-VCS-Directories: dev-libs/ayatana-ido/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: afda7f52863e39a19350e0ecdca9834d071df349 X-VCS-Branch: master Date: Sat, 24 Dec 2022 03:02:57 +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: 386f789f-ffc5-4400-a939-0126dfd9f146 X-Archives-Hash: ac31a780fa0c4bfe27c87c61b37cd9cc commit: afda7f52863e39a19350e0ecdca9834d071df349 Author: WANG Xuerui gentoo org> AuthorDate: Sat Dec 24 02:56:16 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sat Dec 24 03:02:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afda7f52 dev-libs/ayatana-ido: keyword 0.9.2 for ~loong Bug: https://bugs.gentoo.org/887173 Signed-off-by: WANG Xuerui gentoo.org> dev-libs/ayatana-ido/ayatana-ido-0.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/ayatana-ido/ayatana-ido-0.9.2.ebuild b/dev-libs/ayatana-ido/ayatana-ido-0.9.2.ebuild index f9b18b5d84ec..429d24786a67 100644 --- a/dev-libs/ayatana-ido/ayatana-ido-0.9.2.ebuild +++ b/dev-libs/ayatana-ido/ayatana-ido-0.9.2.ebuild @@ -18,7 +18,7 @@ IUSE="test" RESTRICT="test" #RESTRICT="!test? ( test )" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86" RDEPEND=" >=dev-libs/glib-2.58:2