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-video/mpv/
Date: Thu, 03 Oct 2019 07:59:50
Message-Id: 1570089571.80173093ae3391c41b528d5b8fd18c34221957db.ago@gentoo
1 commit: 80173093ae3391c41b528d5b8fd18c34221957db
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 3 07:59:31 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 07:59:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80173093
7
8 media-video/mpv: x86 stable wrt bug #681496
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 media-video/mpv/mpv-0.29.1-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-video/mpv/mpv-0.29.1-r1.ebuild b/media-video/mpv/mpv-0.29.1-r1.ebuild
18 index 2aa09548e3d..a1e4fc1744a 100644
19 --- a/media-video/mpv/mpv-0.29.1-r1.ebuild
20 +++ b/media-video/mpv/mpv-0.29.1-r1.ebuild
21 @@ -15,7 +15,7 @@ HOMEPAGE="https://mpv.io/"
22
23 if [[ ${PV} != *9999* ]]; then
24 SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
26 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux"
27 DOCS=( RELEASE_NOTES )
28 else
29 EGIT_REPO_URI="https://github.com/mpv-player/mpv.git"