Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Fri, 05 May 2017 20:51:31
Message-Id: 1494017469.38e3081b5c97a61f6dcac6c3247b3db0584baabd.soap@gentoo
1 commit: 38e3081b5c97a61f6dcac6c3247b3db0584baabd
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Fri May 5 17:07:14 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 5 20:51:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e3081b
7
8 media-video/mpv: sync KEYWORDS between 9999 and 0.25.0
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 media-video/mpv/mpv-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
16 index ee9678229c5..af68859aaa1 100644
17 --- a/media-video/mpv/mpv-9999.ebuild
18 +++ b/media-video/mpv/mpv-9999.ebuild
19 @@ -15,7 +15,7 @@ HOMEPAGE="https://mpv.io/"
20
21 if [[ ${PV} != *9999* ]]; then
22 SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
24 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
25 DOCS=( RELEASE_NOTES )
26 else
27 EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git )