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: 1494017463.9384cc168741e23a815fa4cd8228e22f216ddc6c.soap@gentoo
1 commit: 9384cc168741e23a815fa4cd8228e22f216ddc6c
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Fri May 5 17:02:17 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 5 20:51:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9384cc16
7
8 media-video/mpv: drop unmaintained sparc keywords
9
10 Sadly, sparc team appears to be inactive and still struggling with
11 keyword requests dating back to 2012--2014. Some of these keyword
12 requests are for security vulnerabilities, e.g. bug 574786.
13
14 Rekeyword request for mpv (bug 608316) hasn't seen any action from sparc
15 team for 3 months. Thus dropping sparc keywords from all mpv ebuilds.
16
17 Gentoo-Bug: 608316
18 Package-Manager: Portage-2.3.5, Repoman-2.3.2
19
20 media-video/mpv/mpv-0.18.0-r1.ebuild | 2 +-
21 media-video/mpv/mpv-0.22.0-r2.ebuild | 2 +-
22 2 files changed, 2 insertions(+), 2 deletions(-)
23
24 diff --git a/media-video/mpv/mpv-0.18.0-r1.ebuild b/media-video/mpv/mpv-0.18.0-r1.ebuild
25 index f5134d81403..766511bbc7c 100644
26 --- a/media-video/mpv/mpv-0.18.0-r1.ebuild
27 +++ b/media-video/mpv/mpv-0.18.0-r1.ebuild
28 @@ -15,7 +15,7 @@ HOMEPAGE="https://mpv.io/"
29
30 if [[ ${PV} != *9999* ]]; then
31 SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 - KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 ~sparc x86 ~amd64-linux"
33 + KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux"
34 DOCS=( RELEASE_NOTES )
35 else
36 EGIT_REPO_URI="git://github.com/mpv-player/mpv.git"
37
38 diff --git a/media-video/mpv/mpv-0.22.0-r2.ebuild b/media-video/mpv/mpv-0.22.0-r2.ebuild
39 index 4b6153fcaa3..a8712913c85 100644
40 --- a/media-video/mpv/mpv-0.22.0-r2.ebuild
41 +++ b/media-video/mpv/mpv-0.22.0-r2.ebuild
42 @@ -15,7 +15,7 @@ HOMEPAGE="https://mpv.io/"
43
44 if [[ ${PV} != *9999* ]]; then
45 SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
47 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
48 DOCS=( RELEASE_NOTES )
49 else
50 EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git )