Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Sun, 13 May 2018 19:02:39
Message-Id: 1526238142.ff8b86298f8554ea365f8d51ff25e5bb044e93e8.bman@gentoo
1 commit: ff8b86298f8554ea365f8d51ff25e5bb044e93e8
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun May 13 18:11:00 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 19:02:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8b8629
7
8 media-video/mpv: drop stable hppa keywords
9
10 hppa is about 80 days behind on a security bug and exp now.
11
12 Bug: https://bugs.gentoo.org/646886
13 Package-Manager: Portage-2.3.36, Repoman-2.3.9
14 Closes: https://github.com/gentoo/gentoo/pull/8390
15
16 media-video/mpv/mpv-0.25.0-r2.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/media-video/mpv/mpv-0.25.0-r2.ebuild b/media-video/mpv/mpv-0.25.0-r2.ebuild
20 index 636102c7fe7..2ad5ba5f7c6 100644
21 --- a/media-video/mpv/mpv-0.25.0-r2.ebuild
22 +++ b/media-video/mpv/mpv-0.25.0-r2.ebuild
23 @@ -18,7 +18,7 @@ if [[ ${PV} != *9999* ]]; then
24 https://github.com/mpv-player/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
25 https://dev.gentoo.org/~kensington/distfiles/${P}-patches-${PR}.tar.xz
26 "
27 - KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux"
28 + KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux"
29 DOCS=( RELEASE_NOTES )
30 else
31 EGIT_REPO_URI="https://github.com/mpv-player/${PN}.git"