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 CF2A6158021 for ; Mon, 26 Dec 2022 01:49:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59399E0969; Mon, 26 Dec 2022 01:49:30 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43D8FE0969 for ; Mon, 26 Dec 2022 01:49:30 +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 2C7D8341151 for ; Mon, 26 Dec 2022 01:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80FF87F4 for ; Mon, 26 Dec 2022 01:49:27 +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: <1672019283.0ff41e9009704bad9a274ac178c00451fbf1a714.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/neatvnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/neatvnc/neatvnc-9999.ebuild X-VCS-Directories: gui-libs/neatvnc/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 0ff41e9009704bad9a274ac178c00451fbf1a714 X-VCS-Branch: master Date: Mon, 26 Dec 2022 01:49:27 +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: 00e5944d-05d9-4994-9f97-4428a41d29d6 X-Archives-Hash: f62eac5512f0cd8ae0d9f3c1d9b4707d commit: 0ff41e9009704bad9a274ac178c00451fbf1a714 Author: WANG Xuerui gentoo org> AuthorDate: Sun Dec 25 17:47:28 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Dec 26 01:48:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff41e90 gui-libs/neatvnc: forward ~loong Signed-off-by: WANG Xuerui gentoo.org> gui-libs/neatvnc/neatvnc-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/neatvnc/neatvnc-9999.ebuild b/gui-libs/neatvnc/neatvnc-9999.ebuild index c9d35e6f6390..08dca658dad2 100644 --- a/gui-libs/neatvnc/neatvnc-9999.ebuild +++ b/gui-libs/neatvnc/neatvnc-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/any1/neatvnc.git" else SRC_URI="https://github.com/any1/neatvnc/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~riscv ~x86" + KEYWORDS="~amd64 ~loong ~riscv ~x86" fi LICENSE="ISC"