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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB9DA159C96 for ; Wed, 24 Jul 2024 01:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 161E1E29CF; Wed, 24 Jul 2024 01:28:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E4E5BE29CF for ; Wed, 24 Jul 2024 01:28:27 +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 C80FA340A12 for ; Wed, 24 Jul 2024 01:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AD931117 for ; Wed, 24 Jul 2024 01:28:25 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1721784402.4268bf69523c784f102b5198df44f54d6d7fa263.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libaom/libaom-3.9.1.ebuild X-VCS-Directories: media-libs/libaom/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 4268bf69523c784f102b5198df44f54d6d7fa263 X-VCS-Branch: master Date: Wed, 24 Jul 2024 01:28:25 +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: 8cb75732-b9bf-4906-8f11-41cc7cc7bb45 X-Archives-Hash: 3ee8e6970e24655b7a8e5fd5363df349 commit: 4268bf69523c784f102b5198df44f54d6d7fa263 Author: Matt Jolly gentoo org> AuthorDate: Wed Jul 24 01:25:48 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Wed Jul 24 01:26:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4268bf69 media-libs/libaom: update SRC_URI I forgot to update the testdata URI and the checksum came from a local copy in distfiles. Oops! Closes: https://bugs.gentoo.org/936566 Signed-off-by: Matt Jolly gentoo.org> media-libs/libaom/libaom-3.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libaom/libaom-3.9.1.ebuild b/media-libs/libaom/libaom-3.9.1.ebuild index 0f15cf62049a..18e04da00b1b 100644 --- a/media-libs/libaom/libaom-3.9.1.ebuild +++ b/media-libs/libaom/libaom-3.9.1.ebuild @@ -14,7 +14,7 @@ else # chromium-tools.git/generate-libaom-test-tarball.sh SRC_URI=" https://storage.googleapis.com/aom-releases/${P}.tar.gz - test? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-testdata.tar.xz ) + test? ( https://deps.gentoo.zip/${CATEGORY}/${P}-testdata.tar.xz ) " KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86" fi