diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-01-01 20:04:21 +0300 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-01-04 22:08:40 +0800 |
commit | c5e1755248b10b6a761de84e3e2397a20a8a4b4f (patch) | |
tree | 41556e74635dd5f3267c236f7da4d6e380a92757 /media-video/mpv | |
parent | gnome-extra/polkit-gnome updated Homepage (diff) | |
download | gentoo-c5e1755248b10b6a761de84e3e2397a20a8a4b4f.tar.gz gentoo-c5e1755248b10b6a761de84e3e2397a20a8a4b4f.tar.bz2 gentoo-c5e1755248b10b6a761de84e3e2397a20a8a4b4f.zip |
media-video/mpv: drop ~arm64 keyword
ffmpeg, libav and many other less important dependencies don't have
~arm64 keyword. Why it was added in the first place is a mystery.
Package-Manager: portage-2.2.24
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.11.0-r1.ebuild | 4 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.14.0.ebuild | 4 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.9.2-r1.ebuild | 4 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/media-video/mpv/mpv-0.11.0-r1.ebuild b/media-video/mpv/mpv-0.11.0-r1.ebuild index dc450c204e48..0b961be4a92e 100644 --- a/media-video/mpv/mpv-0.11.0-r1.ebuild +++ b/media-video/mpv/mpv-0.11.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,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 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI="https://github.com/mpv-player/mpv.git" diff --git a/media-video/mpv/mpv-0.14.0.ebuild b/media-video/mpv/mpv-0.14.0.ebuild index f6a048592df9..234d32dd5684 100644 --- a/media-video/mpv/mpv-0.14.0.ebuild +++ b/media-video/mpv/mpv-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,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 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI="https://github.com/mpv-player/mpv.git" diff --git a/media-video/mpv/mpv-0.9.2-r1.ebuild b/media-video/mpv/mpv-0.9.2-r1.ebuild index 23d654b1694e..9f5e768d7ba3 100644 --- a/media-video/mpv/mpv-0.9.2-r1.ebuild +++ b/media-video/mpv/mpv-0.9.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI+=" https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 ~sparc ~x86 ~amd64-linux" + KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 ~sparc ~x86 ~amd64-linux" DOCS+=( RELEASE_NOTES ) fi diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index c5150987bd9e..c0242470c525 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -16,7 +16,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 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI="https://github.com/mpv-player/mpv.git" |