Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/dav1d/
Date: Tue, 02 Jul 2019 08:28:50
Message-Id: 1562055961.6bebdfdbeb283c520fe4c69b9f68d848bd81d796.slyfox@gentoo
1 commit: 6bebdfdbeb283c520fe4c69b9f68d848bd81d796
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 2 08:26:01 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 2 08:26:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bebdfdb
7
8 media-libs/dav1d: stable 0.3.1 for ppc64, bug #688642
9
10 Package-Manager: Portage-2.3.68, Repoman-2.3.16
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
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 6c08eebb73c..8a9c0a90c7f 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