From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 4FDE3158287 for ; Mon, 12 May 2025 18:07:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3C18B34355F for ; Mon, 12 May 2025 18:07:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3B7431102C5; Mon, 12 May 2025 18:07:32 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 350D01102C5 for ; Mon, 12 May 2025 18:07:32 +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 DA7523434FC for ; Mon, 12 May 2025 18:07:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 741FD1EBA for ; Mon, 12 May 2025 18:07:30 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1747073243.1be3d5088bbe1b56bf6b39235622308205ef7d92.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-init/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/cloud-init/cloud-init-25.1.ebuild X-VCS-Directories: app-emulation/cloud-init/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 1be3d5088bbe1b56bf6b39235622308205ef7d92 X-VCS-Branch: master Date: Mon, 12 May 2025 18:07:30 +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: 42bb5d28-0c5a-4807-a410-7ea309b8c717 X-Archives-Hash: 9f9e1e606a96001977d0d1856f45565e commit: 1be3d5088bbe1b56bf6b39235622308205ef7d92 Author: Jakov Smolić gentoo org> AuthorDate: Mon May 12 18:07:23 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon May 12 18:07:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be3d508 app-emulation/cloud-init: Keyword 25.1 riscv, #955873 Signed-off-by: Jakov Smolić gentoo.org> app-emulation/cloud-init/cloud-init-25.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/cloud-init/cloud-init-25.1.ebuild b/app-emulation/cloud-init/cloud-init-25.1.ebuild index b5ef5435f49c..da410805ab33 100644 --- a/app-emulation/cloud-init/cloud-init-25.1.ebuild +++ b/app-emulation/cloud-init/cloud-init-25.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://git.launchpad.net/cloud-init" else SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - KEYWORDS="amd64 arm64 ~loong ~ppc64 x86" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" fi LICENSE="GPL-3"