Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/
Date: Thu, 30 Dec 2021 04:31:38
Message-Id: 1640838675.a3aaded5bd6e91691cd6ffb3615051737edeceb3.sam@gentoo
1 commit: a3aaded5bd6e91691cd6ffb3615051737edeceb3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 30 04:31:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 30 04:31:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3aaded5
7
8 media-libs/libvpx: fix SRC_URI for tests
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libvpx/libvpx-1.11.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libvpx/libvpx-1.11.0.ebuild b/media-libs/libvpx/libvpx-1.11.0.ebuild
16 index 5666b8e11bcc..7d495a5048b8 100644
17 --- a/media-libs/libvpx/libvpx-1.11.0.ebuild
18 +++ b/media-libs/libvpx/libvpx-1.11.0.ebuild
19 @@ -17,7 +17,7 @@ LIBVPX_TESTDATA_VER=1.11.0
20 DESCRIPTION="WebM VP8 and VP9 Codec SDK"
21 HOMEPAGE="https://www.webmproject.org"
22 SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
23 - test? ( https://dev.gentoo.org/~sam/${CATEGORY}/${PN}/${PN}-testdata-${LIBVPX_TESTDATA_VER}.tar.xz )"
24 + test? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-testdata-${LIBVPX_TESTDATA_VER}.tar.xz )"
25
26 LICENSE="BSD"
27 SLOT="0/7"