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 B14F2158020 for ; Sat, 3 Dec 2022 06:08:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 011E62BC0E3; Sat, 3 Dec 2022 06:08:26 +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 DAE01E0EE8 for ; Sat, 3 Dec 2022 06:08:25 +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 E792B3413B2 for ; Sat, 3 Dec 2022 06:08:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BC9F7AF for ; Sat, 3 Dec 2022 06:08:21 +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: <1670047623.50d4f1a5c04eaabd7e80f2571c8cbea08d173c41.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrodns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libmicrodns/libmicrodns-9999.ebuild X-VCS-Directories: net-libs/libmicrodns/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 50d4f1a5c04eaabd7e80f2571c8cbea08d173c41 X-VCS-Branch: master Date: Sat, 3 Dec 2022 06:08:21 +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: e1da4b46-63c0-4664-886f-f8a3d62172fd X-Archives-Hash: 7ab5f8aff0c4f6c7f8ab8ebeea76e63d commit: 50d4f1a5c04eaabd7e80f2571c8cbea08d173c41 Author: WANG Xuerui gentoo org> AuthorDate: Sat Dec 3 06:03:44 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sat Dec 3 06:07:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d4f1a5 net-libs/libmicrodns: forward ~loong and ~riscv Signed-off-by: WANG Xuerui gentoo.org> net-libs/libmicrodns/libmicrodns-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libmicrodns/libmicrodns-9999.ebuild b/net-libs/libmicrodns/libmicrodns-9999.ebuild index 0e1d2c1f619f..8c8df3daedfd 100644 --- a/net-libs/libmicrodns/libmicrodns-9999.ebuild +++ b/net-libs/libmicrodns/libmicrodns-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/videolabs/${PN}" else SRC_URI="https://github.com/videolabs/${PN}/releases/download/${PV}/${P/lib/}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" S="${WORKDIR}/${P/lib/}" fi