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 6A0D4158013 for ; Sat, 2 Dec 2023 01:29:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 760692BC04A; Sat, 2 Dec 2023 01:29:33 +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 59E9E2BC04A for ; Sat, 2 Dec 2023 01:29:33 +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 2FD05335D45 for ; Sat, 2 Dec 2023 01:29:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7A16A66 for ; Sat, 2 Dec 2023 01:29:30 +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: <1701480226.44947df30df20740656d4745273dd7ebf9ff2376.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-9999.ebuild X-VCS-Directories: dev-lang/hare/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 44947df30df20740656d4745273dd7ebf9ff2376 X-VCS-Branch: dev Date: Sat, 2 Dec 2023 01:29:30 +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: 02f14e56-5215-4bb9-bf45-fb49c9fcec2d X-Archives-Hash: f5f6335e4058b5a3913b50fe9b036622 commit: 44947df30df20740656d4745273dd7ebf9ff2376 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Dec 2 01:23:34 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sat Dec 2 01:23:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44947df3 dev-lang/hare: adjust for new location of example config Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-lang/hare/hare-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/hare/hare-9999.ebuild b/dev-lang/hare/hare-9999.ebuild index d8353170ce..4330b9e1bb 100644 --- a/dev-lang/hare/hare-9999.ebuild +++ b/dev-lang/hare/hare-9999.ebuild @@ -42,7 +42,7 @@ src_configure() { * ) die "unsupported architecture: ${ARCH}" ;; esac - cp config.example.mk config.mk || die + cp configs/linux.mk config.mk || die sed -i \ -e 's;=aarch64-;=;' \ -e 's;=riscv64-;=;' \