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 D8486158091 for ; Sat, 21 Jun 2025 03:35:00 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C498F341FBF for ; Sat, 21 Jun 2025 03:35:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8BF281104DC; Sat, 21 Jun 2025 03:34:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 822591104DC for ; Sat, 21 Jun 2025 03:34:57 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B34A341FA4 for ; Sat, 21 Jun 2025 03:34:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BBF41B09 for ; Sat, 21 Jun 2025 03:34:55 +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: <1750476857.3727c992d0e92b92274bb64d0ffe7bd74f405a41.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvpx/libvpx-1.15.2.ebuild X-VCS-Directories: media-libs/libvpx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3727c992d0e92b92274bb64d0ffe7bd74f405a41 X-VCS-Branch: master Date: Sat, 21 Jun 2025 03:34:55 +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: 841ec3ef-ebf0-428d-a8ce-06cc2456fb31 X-Archives-Hash: 5a7a3ed79c3a6a595305b7d543ee7a42 commit: 3727c992d0e92b92274bb64d0ffe7bd74f405a41 Author: Sam James gentoo org> AuthorDate: Sat Jun 21 03:34:17 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 21 03:34:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3727c992 media-libs/libvpx: fix typo Thank u parona... Signed-off-by: Sam James gentoo.org> media-libs/libvpx/libvpx-1.15.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libvpx/libvpx-1.15.2.ebuild b/media-libs/libvpx/libvpx-1.15.2.ebuild index e156e3d4e94d..d25593dc63da 100644 --- a/media-libs/libvpx/libvpx-1.15.2.ebuild +++ b/media-libs/libvpx/libvpx-1.15.2.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="WebM VP8 and VP9 Codec SDK" HOMEPAGE="https://www.webmproject.org" SRC_URI=" https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - test? ( https://dev.gentoo.org/~sam/distfies/${CATEGORY}/${PN}/${P}-testdata.tar.xz ) + test? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-testdata.tar.xz ) " LICENSE="BSD"