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 0239D158020 for ; Mon, 26 Dec 2022 01:49:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30D1DE0964; Mon, 26 Dec 2022 01:49:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 19271E0964 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 01F6F341033 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 358027E7 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: <1672019281.3f5b0824f8643ec66a0f3fdbced30582c5c01343.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/aml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/aml/aml-0.2.2.ebuild X-VCS-Directories: dev-libs/aml/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 3f5b0824f8643ec66a0f3fdbced30582c5c01343 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: ded21af6-520c-415e-a97f-af109884d5f5 X-Archives-Hash: f0bbb281222504f6b31d283b6cc7c18f commit: 3f5b0824f8643ec66a0f3fdbced30582c5c01343 Author: WANG Xuerui gentoo org> AuthorDate: Sun Dec 25 17:46:53 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Dec 26 01:48:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5b0824 dev-libs/aml: keyword 0.2.2 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-libs/aml/aml-0.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/aml/aml-0.2.2.ebuild b/dev-libs/aml/aml-0.2.2.ebuild index 4ba5dc5516c8..38bd786dd4e5 100644 --- a/dev-libs/aml/aml-0.2.2.ebuild +++ b/dev-libs/aml/aml-0.2.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/any1/aml.git" else SRC_URI="https://github.com/any1/aml/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi LICENSE="ISC"