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: Tue, 14 Feb 2017 21:41:32
Message-Id: 1487108460.ac64696e6300a382ae1fec96261b5d332bb386b8.soap@gentoo
1 commit: ac64696e6300a382ae1fec96261b5d332bb386b8
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 12 20:29:59 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 21:41:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac64696e
7
8 media-video/mpv: sync 9999 with latest versioned
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
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 cd3539d20a..c288ba4148 100644
17 --- a/media-video/mpv/mpv-9999.ebuild
18 +++ b/media-video/mpv/mpv-9999.ebuild
19 @@ -16,7 +16,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 ~x86 ~amd64-linux"
24 + KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux"
25 DOCS=( RELEASE_NOTES )
26 else
27 EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git )