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 BDA5C15800D for ; Mon, 10 Jul 2023 07:41:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09075E089C; Mon, 10 Jul 2023 07:41:51 +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 DD695E0896 for ; Mon, 10 Jul 2023 07:41:50 +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 DFEE6340C39 for ; Mon, 10 Jul 2023 07:41:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EEA6A99 for ; Mon, 10 Jul 2023 07:41:48 +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: <1688974894.f7a3bab0b7adf36fc02f3205a74b85c1b291fa7a.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/libegit2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/libegit2/libegit2-0.0.20230129.ebuild X-VCS-Directories: app-emacs/libegit2/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: f7a3bab0b7adf36fc02f3205a74b85c1b291fa7a X-VCS-Branch: master Date: Mon, 10 Jul 2023 07:41:48 +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: 5899dd8f-7cc7-4566-868e-27b65202448e X-Archives-Hash: 57296d9f561b7bf1be37ba4e876c4b95 commit: f7a3bab0b7adf36fc02f3205a74b85c1b291fa7a Author: Jakov Smolić gentoo org> AuthorDate: Mon Jul 10 07:41:34 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Jul 10 07:41:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a3bab0 app-emacs/libegit2: Keyword 0.0.20230129 riscv, #909843 Signed-off-by: Jakov Smolić gentoo.org> app-emacs/libegit2/libegit2-0.0.20230129.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/libegit2/libegit2-0.0.20230129.ebuild b/app-emacs/libegit2/libegit2-0.0.20230129.ebuild index c46fe1e491d4..322fd5c80eec 100644 --- a/app-emacs/libegit2/libegit2-0.0.20230129.ebuild +++ b/app-emacs/libegit2/libegit2-0.0.20230129.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-2+ GPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc64 x86" +KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86" # The tests seem to be written specifically for the libegit2 git repository. RESTRICT="test"