summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-05-05 20:02:17 +0300
committerDavid Seifert <soap@gentoo.org>2017-05-05 22:51:03 +0200
commit9384cc168741e23a815fa4cd8228e22f216ddc6c (patch)
tree182dc21eb492721a36237a39075479369e4289f1
parentnet-dns/pdns: Remove non-compatible code from init script (diff)
downloadgentoo-9384cc16.tar.gz
gentoo-9384cc16.tar.bz2
gentoo-9384cc16.zip
media-video/mpv: drop unmaintained sparc keywords
Sadly, sparc team appears to be inactive and still struggling with keyword requests dating back to 2012--2014. Some of these keyword requests are for security vulnerabilities, e.g. bug 574786. Rekeyword request for mpv (bug 608316) hasn't seen any action from sparc team for 3 months. Thus dropping sparc keywords from all mpv ebuilds. Gentoo-Bug: 608316 Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--media-video/mpv/mpv-0.18.0-r1.ebuild2
-rw-r--r--media-video/mpv/mpv-0.22.0-r2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-0.18.0-r1.ebuild b/media-video/mpv/mpv-0.18.0-r1.ebuild
index f5134d814032..766511bbc7cc 100644
--- a/media-video/mpv/mpv-0.18.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.18.0-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://mpv.io/"
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 ~sparc x86 ~amd64-linux"
+ KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux"
DOCS=( RELEASE_NOTES )
else
EGIT_REPO_URI="git://github.com/mpv-player/mpv.git"
diff --git a/media-video/mpv/mpv-0.22.0-r2.ebuild b/media-video/mpv/mpv-0.22.0-r2.ebuild
index 4b6153fcaa3b..a8712913c857 100644
--- a/media-video/mpv/mpv-0.22.0-r2.ebuild
+++ b/media-video/mpv/mpv-0.22.0-r2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://mpv.io/"
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
DOCS=( RELEASE_NOTES )
else
EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git )