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: 1568437376.c182b535699c0e32af997cc38fbbc5bf207237fa.mattst88@gentoo
1 commit: c182b535699c0e32af997cc38fbbc5bf207237fa
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=c182b535
7
8 media-libs/dav1d-9999: add ~sparc
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/dav1d/dav1d-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/dav1d/dav1d-9999.ebuild b/media-libs/dav1d/dav1d-9999.ebuild
16 index 2ac427eee5d..c344ddc2e4e 100644
17 --- a/media-libs/dav1d/dav1d-9999.ebuild
18 +++ b/media-libs/dav1d/dav1d-9999.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