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 80C6D158090 for ; Tue, 10 May 2022 16:39:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80D9FE096C; Tue, 10 May 2022 16:39:53 +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 644B7E096C for ; Tue, 10 May 2022 16:39:53 +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 72189341311 for ; Tue, 10 May 2022 16:39:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3933453 for ; Tue, 10 May 2022 16:39:50 +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: <1652200774.d8cfff4f9d1612a453f51f7e87b788f08aeacab4.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh-completions/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/zsh-completions/zsh-completions-0.33.0.ebuild X-VCS-Directories: app-shells/zsh-completions/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: d8cfff4f9d1612a453f51f7e87b788f08aeacab4 X-VCS-Branch: master Date: Tue, 10 May 2022 16:39:50 +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: b5939a2b-5f23-41c0-ab11-f941d311f063 X-Archives-Hash: 6ff0840b9405df2137a63812e14c6a8f commit: d8cfff4f9d1612a453f51f7e87b788f08aeacab4 Author: Yu Gu gmail com> AuthorDate: Tue May 10 14:02:50 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue May 10 16:39:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cfff4f app-shells/zsh-completions: keyword 0.33.0 for ~riscv Signed-off-by: Yu Gu gmail.com> Signed-off-by: Jakov Smolić gentoo.org> app-shells/zsh-completions/zsh-completions-0.33.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/zsh-completions/zsh-completions-0.33.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.33.0.ebuild index 1c3212105a95..ccbe230c7310 100644 --- a/app-shells/zsh-completions/zsh-completions-0.33.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.33.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git" else SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~x64-macos" + KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~x64-macos" fi DESCRIPTION="Additional completion definitions for Zsh"