From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5818B1582EF for ; Thu, 13 Feb 2025 00:46:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3E58F343006 for ; Thu, 13 Feb 2025 00:46:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 322B811042D; Thu, 13 Feb 2025 00:46:22 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 2648A11042D for ; Thu, 13 Feb 2025 00:46:22 +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 C887C343006 for ; Thu, 13 Feb 2025 00:46:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24B03AF2 for ; Thu, 13 Feb 2025 00:46:20 +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: <1739407557.a913a35f6a710c6d8f4157a8034b011b6c7d4268.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/flac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/flac/flac-1.5.0.ebuild X-VCS-Directories: media-libs/flac/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a913a35f6a710c6d8f4157a8034b011b6c7d4268 X-VCS-Branch: master Date: Thu, 13 Feb 2025 00:46:20 +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: 409ec2a0-dc4d-422a-be70-7a4007561f49 X-Archives-Hash: 0967ac7a6ea80cb8548b4d1a5b5c8a2a commit: a913a35f6a710c6d8f4157a8034b011b6c7d4268 Author: Sam James gentoo org> AuthorDate: Thu Feb 13 00:45:57 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 13 00:45:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a913a35f media-libs/flac: fix SRC_URI (again) Signed-off-by: Sam James gentoo.org> media-libs/flac/flac-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/flac/flac-1.5.0.ebuild b/media-libs/flac/flac-1.5.0.ebuild index 8340b502c50a..1b7dc2d7bc2d 100644 --- a/media-libs/flac/flac-1.5.0.ebuild +++ b/media-libs/flac/flac-1.5.0.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic libtool multilib-minimal DESCRIPTION="Free lossless audio encoder and decoder" HOMEPAGE="https://xiph.org/flac/" SRC_URI=" - https://github.com/xiph/flac/releases/download/${PN}/${P}.tar.xz + https://github.com/xiph/flac/releases/download/${PV}/${P}.tar.xz https://downloads.xiph.org/releases/${PN}/${P}.tar.xz "