Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Sun, 05 Feb 2017 12:55:05
Message-Id: 1486299294.96eebc0d055dca670d48e6e25ea8d81b4473814b.jer@gentoo
1 commit: 96eebc0d055dca670d48e6e25ea8d81b4473814b
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 12:54:54 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 12:54:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96eebc0d
7
8 media-video/mpv: Mark ~hppa (bug #608316).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --ignore-arches
12
13 media-video/mpv/mpv-0.23.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-video/mpv/mpv-0.23.0-r1.ebuild b/media-video/mpv/mpv-0.23.0-r1.ebuild
17 index e24ca42..bc02e0b 100644
18 --- a/media-video/mpv/mpv-0.23.0-r1.ebuild
19 +++ b/media-video/mpv/mpv-0.23.0-r1.ebuild
20 @@ -16,7 +16,7 @@ HOMEPAGE="https://mpv.io/"
21
22 if [[ ${PV} != *9999* ]]; then
23 SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~x86 ~amd64-linux"
25 + KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux"
26 DOCS=( RELEASE_NOTES )
27 else
28 EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git )