summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2017-02-19 09:15:25 +0100
committerMarkus Meier <maekke@gentoo.org>2017-02-19 09:15:25 +0100
commit9d698a5984d642d7d08b3b7a66312df6b4779bf3 (patch)
tree134e636ff18cb6ace532b5f7999fd43f431f3c6e /media-video
parentmedia-gfx/tachyon: Fix file collisions (diff)
downloadgentoo-9d698a5984d642d7d08b3b7a66312df6b4779bf3.tar.gz
gentoo-9d698a5984d642d7d08b3b7a66312df6b4779bf3.tar.bz2
gentoo-9d698a5984d642d7d08b3b7a66312df6b4779bf3.zip
media-video/mpv: add ~arm, bug #608316
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mpv/mpv-0.24.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.24.0.ebuild b/media-video/mpv/mpv-0.24.0.ebuild
index 8b0e7a9b76f6..729f93c46a3a 100644
--- a/media-video/mpv/mpv-0.24.0.ebuild
+++ b/media-video/mpv/mpv-0.24.0.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="~amd64 ~hppa ~x86 ~amd64-linux"
+ KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux"
DOCS=( RELEASE_NOTES )
else
EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git )