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 A0A46158043 for ; Tue, 16 Apr 2024 23:38:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98963E29F2; Tue, 16 Apr 2024 23:38:04 +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 75ADEE29F2 for ; Tue, 16 Apr 2024 23:38:04 +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 3245734344C for ; Tue, 16 Apr 2024 23:38:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7337D1701 for ; Tue, 16 Apr 2024 23:38:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1713310492.4fd491d40602a6b71a0e81232d415fd7f06e126d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libqalculate/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libqalculate/libqalculate-5.0.0b.ebuild X-VCS-Directories: sci-libs/libqalculate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4fd491d40602a6b71a0e81232d415fd7f06e126d X-VCS-Branch: master Date: Tue, 16 Apr 2024 23:38:01 +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: 3b2e92bd-20b4-4d0c-b4b0-41da007c4651 X-Archives-Hash: 48a74bde778579cd41fee70d511ff74a commit: 4fd491d40602a6b71a0e81232d415fd7f06e126d Author: Sam James gentoo org> AuthorDate: Tue Apr 16 23:34:41 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 16 23:34:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd491d4 sci-libs/libqalculate: fix SRC_URI Bug: https://bugs.gentoo.org/930068 Signed-off-by: Sam James gentoo.org> sci-libs/libqalculate/libqalculate-5.0.0b.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/libqalculate/libqalculate-5.0.0b.ebuild b/sci-libs/libqalculate/libqalculate-5.0.0b.ebuild index e2b981608fed..d7ef99549ebe 100644 --- a/sci-libs/libqalculate/libqalculate-5.0.0b.ebuild +++ b/sci-libs/libqalculate/libqalculate-5.0.0b.ebuild @@ -11,7 +11,7 @@ MY_PV="${PV//b/}" DESCRIPTION="A modern multi-purpose calculator library" HOMEPAGE="https://qalculate.github.io/" -SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz" +SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${MY_PV}/${P}.tar.gz" S="${WORKDIR}"/"${PN}-${MY_PV}" LICENSE="GPL-2+"