Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/dav1d/
Date: Sat, 14 Sep 2019 05:03:16
Message-Id: 1568437376.653b7c443809450ed1eef1cc94fea93ed4dae478.mattst88@gentoo
1 commit: 653b7c443809450ed1eef1cc94fea93ed4dae478
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 14 05:02:56 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 14 05:02:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653b7c44
7
8 media-libs/dav1d-0.3.1: add ~sparc
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/dav1d/dav1d-0.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/dav1d/dav1d-0.3.1.ebuild b/media-libs/dav1d/dav1d-0.3.1.ebuild
16 index 1a0ff07d767..fc970d5a354 100644
17 --- a/media-libs/dav1d/dav1d-0.3.1.ebuild
18 +++ b/media-libs/dav1d/dav1d-0.3.1.ebuild
19 @@ -8,7 +8,7 @@ if [[ "${PV}" == "9999" ]]; then
20 SCM="git-r3"
21 EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d"
22 else
23 - KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
24 + KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~sparc x86"
25 SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2"
26 fi