Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Mon, 04 Jun 2018 19:26:06
Message-Id: 1528138628.f08dac01c1003ab969c8981d36abb0c72f83add8.leio@gentoo
1 commit: f08dac01c1003ab969c8981d36abb0c72f83add8
2 Author: Alex Bennée <alex.bennee <AT> linaro <DOT> org>
3 AuthorDate: Sun Jun 3 17:27:43 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 4 18:57:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08dac01
7
8 media-video/mpv: add ~arm64 keyword
9
10 This is the latest version of mpv we can build a the moment as the
11 next version requires ffmpeg-4 which is currently masked for arm64.
12
13 media-video/mpv/mpv-0.27.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-video/mpv/mpv-0.27.2.ebuild b/media-video/mpv/mpv-0.27.2.ebuild
17 index 6f691123521..a24e3f1eb1d 100644
18 --- a/media-video/mpv/mpv-0.27.2.ebuild
19 +++ b/media-video/mpv/mpv-0.27.2.ebuild
20 @@ -18,7 +18,7 @@ if [[ ${PV} != *9999* ]]; then
21 https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz
22 https://dev.gentoo.org/~kensington/distfiles/${P}-patches-${PR}.tar.xz
23 "
24 - KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux"
25 + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux"
26 DOCS=( RELEASE_NOTES )
27 else
28 EGIT_REPO_URI="https://github.com/mpv-player/mpv.git"