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 6521615800F for ; Fri, 6 Jan 2023 07:16:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A07D9E077C; Fri, 6 Jan 2023 07:16:21 +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 84E98E077C for ; Fri, 6 Jan 2023 07:16:21 +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 7B9D0335D72 for ; Fri, 6 Jan 2023 07:16:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FFA17FC for ; Fri, 6 Jan 2023 07:16:19 +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: <1672989358.f89afd1c0999de64ccac85c1574115ea2fb72935.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/promu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/promu/promu-0.14.0.ebuild X-VCS-Directories: dev-util/promu/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: f89afd1c0999de64ccac85c1574115ea2fb72935 X-VCS-Branch: master Date: Fri, 6 Jan 2023 07:16:19 +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: 22e6b80e-d62b-4dfa-a3f3-109e6f5eb244 X-Archives-Hash: 1ee3861798abc78188967fbee19911d1 commit: f89afd1c0999de64ccac85c1574115ea2fb72935 Author: WANG Xuerui gentoo org> AuthorDate: Wed Jan 4 05:18:41 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Jan 6 07:15:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f89afd1c dev-util/promu: keyword 0.14.0 for ~loong See: https://github.com/gentoo/gentoo/pull/28951 Signed-off-by: WANG Xuerui gentoo.org> Reviewed-by: Zac Medico gentoo.org> dev-util/promu/promu-0.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/promu/promu-0.14.0.ebuild b/dev-util/promu/promu-0.14.0.ebuild index bbe5b1550475..e15b98ad0e4b 100644 --- a/dev-util/promu/promu-0.14.0.ebuild +++ b/dev-util/promu/promu-0.14.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/prometheus/promu/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" IUSE="" RESTRICT+=" test"