Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Fri, 05 May 2017 15:29:42
Message-Id: 1493998174.b351fa30c120d58db7f972ec2425e87d95e1ae6a.klausman@gentoo
1 commit: b351fa30c120d58db7f972ec2425e87d95e1ae6a
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 5 15:29:18 2017 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Fri May 5 15:29:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b351fa30
7
8 media-video/mpv-0.25.0-r0: add ~alpha keyword
9
10 Gentoo-Bug: 608316
11
12 media-video/mpv/mpv-0.25.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-video/mpv/mpv-0.25.0.ebuild b/media-video/mpv/mpv-0.25.0.ebuild
16 index b978fb7d764..e7c6dc320bb 100644
17 --- a/media-video/mpv/mpv-0.25.0.ebuild
18 +++ b/media-video/mpv/mpv-0.25.0.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 )