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 BB090158094 for ; Wed, 14 Sep 2022 22:26:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03E4CE09F8; Wed, 14 Sep 2022 22:26:52 +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 pigeon.gentoo.org (Postfix) with ESMTPS id E5726E09F8 for ; Wed, 14 Sep 2022 22:26:51 +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 24C22340EFD for ; Wed, 14 Sep 2022 22:26:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B29A35C8 for ; Wed, 14 Sep 2022 22:26:49 +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: <1663194401.78587076d865cd2e86d683a74291ff9b17452254.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/aha/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/aha/aha-0.5.1.ebuild X-VCS-Directories: app-text/aha/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 78587076d865cd2e86d683a74291ff9b17452254 X-VCS-Branch: master Date: Wed, 14 Sep 2022 22:26:49 +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: 1be683a3-bd26-4c6c-8d0f-22f1bf487f0c X-Archives-Hash: d17f8f146e0aded1dde072caa638ffd9 commit: 78587076d865cd2e86d683a74291ff9b17452254 Author: Jakov Smolić gentoo org> AuthorDate: Wed Sep 14 22:26:41 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Sep 14 22:26:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78587076 app-text/aha: Keyword 0.5.1 riscv, #870103 Signed-off-by: Jakov Smolić gentoo.org> app-text/aha/aha-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/aha/aha-0.5.1.ebuild b/app-text/aha/aha-0.5.1.ebuild index 56f6a47fc7e0..dc1cd24111a9 100644 --- a/app-text/aha/aha-0.5.1.ebuild +++ b/app-text/aha/aha-0.5.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/theZiz/aha/archive/refs/tags/${PV}.tar.gz -> ${P}.ta LICENSE="LGPL-2+ MPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv" PATCHES=( "${FILESDIR}/${P}-null-ptr-dereference-fix.patch"