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 2D885158089 for ; Wed, 25 Oct 2023 16:57:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BAC72BC013; Wed, 25 Oct 2023 16:57:25 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06E2A2BC013 for ; Wed, 25 Oct 2023 16:57: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2EF3335CDF for ; Wed, 25 Oct 2023 16:57:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 662B21100 for ; Wed, 25 Oct 2023 16:57:22 +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: <1698253033.780286a5482b4605ea20ad8d182ff7902aac2d1e.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/eza/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/eza/eza-0.15.0.ebuild X-VCS-Directories: sys-apps/eza/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 780286a5482b4605ea20ad8d182ff7902aac2d1e X-VCS-Branch: master Date: Wed, 25 Oct 2023 16:57:22 +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: cf36337e-43a4-40e4-9d4a-33f378154128 X-Archives-Hash: 2181b615627c3f26c250f893361ac682 commit: 780286a5482b4605ea20ad8d182ff7902aac2d1e Author: Jakov Smolić gentoo org> AuthorDate: Wed Oct 25 16:57:13 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Oct 25 16:57:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780286a5 sys-apps/eza: Keyword 0.15.0 riscv, #913960 Signed-off-by: Jakov Smolić gentoo.org> sys-apps/eza/eza-0.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/eza/eza-0.15.0.ebuild b/sys-apps/eza/eza-0.15.0.ebuild index 73df4ddc6fbc..76623c74ec44 100644 --- a/sys-apps/eza/eza-0.15.0.ebuild +++ b/sys-apps/eza/eza-0.15.0.ebuild @@ -178,7 +178,7 @@ LICENSE="MIT" # Dependent crate licenses LICENSE+=" Apache-2.0 MIT Unicode-DFS-2016" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~loong ~x86" +KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" IUSE="+git man" DEPEND="git? ( dev-libs/libgit2:= )"