Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/dav1d/
Date: Tue, 02 Jul 2019 11:19:16
Message-Id: 1562066315.e99c67a7c32be0538412f3d3e4dc83c0eee0b26c.ago@gentoo
1 commit: e99c67a7c32be0538412f3d3e4dc83c0eee0b26c
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 2 11:18:35 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 2 11:18:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99c67a7
7
8 media-libs/dav1d: amd64 stable wrt bug #688642
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64"
13
14 media-libs/dav1d/dav1d-0.3.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/dav1d/dav1d-0.3.1.ebuild b/media-libs/dav1d/dav1d-0.3.1.ebuild
18 index 8a9c0a90c7f..e706c77f900 100644
19 --- a/media-libs/dav1d/dav1d-0.3.1.ebuild
20 +++ b/media-libs/dav1d/dav1d-0.3.1.ebuild
21 @@ -8,7 +8,7 @@ if [[ "${PV}" == "9999" ]]; then
22 SCM="git-r3"
23 EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d"
24 else
25 - KEYWORDS="~amd64 ~arm ~arm64 ppc64 x86"
26 + KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
27 SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2"
28 fi