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 8ED36158041 for ; Thu, 29 Feb 2024 08:49:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A766E29DA; Thu, 29 Feb 2024 08:49:21 +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 05053E29DA for ; Thu, 29 Feb 2024 08:49:20 +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 B3EA2343066 for ; Thu, 29 Feb 2024 08:49:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16D9A14E6 for ; Thu, 29 Feb 2024 08:49:18 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1709196437.5e8fc5e3259336ae89d383e7d7307efd9c717302.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lang/hare/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/hare/hare-0.24.0.ebuild X-VCS-Directories: dev-lang/hare/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 5e8fc5e3259336ae89d383e7d7307efd9c717302 X-VCS-Branch: dev Date: Thu, 29 Feb 2024 08:49:18 +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: bf401746-c8c4-4ed9-909e-afa56fe29ffb X-Archives-Hash: 70dfcb7de1638a9fb7a5a18917843eae commit: 5e8fc5e3259336ae89d383e7d7307efd9c717302 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu Feb 29 08:47:17 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Feb 29 08:47:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e8fc5e3 dev-lang/hare: keyword 0.24.0 for ~amd64, ~arm64, ~riscv Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-lang/hare/hare-0.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/hare/hare-0.24.0.ebuild b/dev-lang/hare/hare-0.24.0.ebuild index 70d3b17e6f..55cda40681 100644 --- a/dev-lang/hare/hare-0.24.0.ebuild +++ b/dev-lang/hare/hare-0.24.0.ebuild @@ -13,7 +13,7 @@ else SRC_URI="https://git.sr.ht/~sircmpwn/hare/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" SLOT="0/${PV}" - #KEYWORDS="~amd64 ~arm64 ~riscv" + KEYWORDS="~amd64 ~arm64 ~riscv" fi DESCRIPTION="The Hare systems programming language"