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:15
Message-Id: 1568437375.d77fc6dd207d7f0e980fb580e9c514d054aade55.mattst88@gentoo
1 commit: d77fc6dd207d7f0e980fb580e9c514d054aade55
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 14 05:02:55 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 14 05:02:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77fc6dd
7
8 media-libs/dav1d-0.4.0: add ~sparc
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/dav1d/dav1d-0.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/dav1d/dav1d-0.4.0.ebuild b/media-libs/dav1d/dav1d-0.4.0.ebuild
16 index 2ac427eee5d..c344ddc2e4e 100644
17 --- a/media-libs/dav1d/dav1d-0.4.0.ebuild
18 +++ b/media-libs/dav1d/dav1d-0.4.0.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