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 54FF1158041 for ; Thu, 29 Feb 2024 13:56:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D73EE2A81; Thu, 29 Feb 2024 13:56:42 +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 E3823E2A81 for ; Thu, 29 Feb 2024 13:56:41 +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 F04E23430A8 for ; Thu, 29 Feb 2024 13:56:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B22714EF for ; Thu, 29 Feb 2024 13:56:38 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1709196393.efaea8a1aa2d76d98c36a1949e15f5cc83f387f6.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/harec/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lang/harec/harec-9999.ebuild X-VCS-Directories: dev-lang/harec/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: efaea8a1aa2d76d98c36a1949e15f5cc83f387f6 X-VCS-Branch: master Date: Thu, 29 Feb 2024 13:56:38 +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: de4bf18c-0543-4ecd-9c7a-e6dcf536e3b6 X-Archives-Hash: ba860cef8aef14e9e2262cfba4a8431e commit: efaea8a1aa2d76d98c36a1949e15f5cc83f387f6 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu Feb 29 08:46:33 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Feb 29 08:46:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=efaea8a1 dev-lang/harec: synchronise live ebuild with 0.24.0 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-lang/harec/harec-9999.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-lang/harec/harec-9999.ebuild b/dev-lang/harec/harec-9999.ebuild index 269c09fcde..b215ee6dd5 100644 --- a/dev-lang/harec/harec-9999.ebuild +++ b/dev-lang/harec/harec-9999.ebuild @@ -9,9 +9,9 @@ if [[ "${PV}" = "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/harec" else - EGIT_COMMIT="770566a51aa972c320b545d2292626057aabe831" - MY_P="${PN}-${EGIT_COMMIT}" - SRC_URI="https://git.sr.ht/~sircmpwn/harec/archive/${EGIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz" + MY_PV="$(ver_rs 3 -)" + MY_P="${PN}-${MY_PV}" + SRC_URI="https://git.sr.ht/~sircmpwn/harec/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" KEYWORDS="~amd64 ~arm64 ~riscv" fi @@ -21,8 +21,7 @@ HOMEPAGE="https://harelang.org/" LICENSE="GPL-3" SLOT="0" -# sys-devel/qbe-1.1-r1 won't build a proper binary. -DEPEND="~sys-devel/qbe-9999" +DEPEND=">=sys-devel/qbe-1.2" RDEPEND="${DEPEND}" src_prepare() {