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 7D243158090 for ; Tue, 17 May 2022 08:37:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B20AE092B; Tue, 17 May 2022 08:37:12 +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 B6C35E0929 for ; Tue, 17 May 2022 08:37:11 +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 37011341A61 for ; Tue, 17 May 2022 08:37:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B00648C for ; Tue, 17 May 2022 08:37:07 +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: <1652776606.7cdd2b5c7041f9c181628f746dde83eced9d15e6.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/seatd/seatd-9999.ebuild X-VCS-Directories: sys-auth/seatd/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 7cdd2b5c7041f9c181628f746dde83eced9d15e6 X-VCS-Branch: master Date: Tue, 17 May 2022 08:37:07 +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: 5c1b2e8e-97a6-4b1b-9775-fe807664c85f X-Archives-Hash: bd8c9007f7a7570b0dfc12e260ef0ce3 commit: 7cdd2b5c7041f9c181628f746dde83eced9d15e6 Author: WANG Xuerui gentoo org> AuthorDate: Tue May 17 08:17:25 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue May 17 08:36:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cdd2b5c sys-auth/seatd: forward ~loong Signed-off-by: WANG Xuerui gentoo.org> sys-auth/seatd/seatd-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-9999.ebuild index 081e3f83179e..47d46e2a3ab2 100644 --- a/sys-auth/seatd/seatd-9999.ebuild +++ b/sys-auth/seatd/seatd-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd" else - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT"