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 D547E158020 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 C2543E08A2; Sat, 24 Dec 2022 03:02:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D1B2E0898 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 BCF4D340E11 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 28B727EB 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.e043590eea08532283d451bfaea378f8ab2178cd.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libayatana-indicator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libayatana-indicator/libayatana-indicator-0.9.3.ebuild X-VCS-Directories: dev-libs/libayatana-indicator/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: e043590eea08532283d451bfaea378f8ab2178cd 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: d3b9c7c2-ef7b-43da-83e5-fc88b5b5c7ba X-Archives-Hash: ebde6e7525ddc438075e623bcad86d53 commit: e043590eea08532283d451bfaea378f8ab2178cd Author: WANG Xuerui gentoo org> AuthorDate: Sat Dec 24 02:56:20 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=e043590e dev-libs/libayatana-indicator: keyword 0.9.3 for ~loong Bug: https://bugs.gentoo.org/887173 Signed-off-by: WANG Xuerui gentoo.org> dev-libs/libayatana-indicator/libayatana-indicator-0.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libayatana-indicator/libayatana-indicator-0.9.3.ebuild b/dev-libs/libayatana-indicator/libayatana-indicator-0.9.3.ebuild index 2ee6e86ff85e..f2f17dbe0fd5 100644 --- a/dev-libs/libayatana-indicator/libayatana-indicator-0.9.3.ebuild +++ b/dev-libs/libayatana-indicator/libayatana-indicator-0.9.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/AyatanaIndicators/${PN}/archive/${PV}.tar.gz -> ${P} LICENSE="GPL-3" SLOT="3" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )"