summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2018-06-03 18:27:43 +0100
committerMart Raudsepp <leio@gentoo.org>2018-06-04 21:57:08 +0300
commitf08dac01c1003ab969c8981d36abb0c72f83add8 (patch)
tree46e07cf29c7905cfaa27aee403c4e39268826dd6 /media-video
parentdev-python/docutils-glep: add ~arm64 keyword (diff)
downloadgentoo-f08dac01c1003ab969c8981d36abb0c72f83add8.tar.gz
gentoo-f08dac01c1003ab969c8981d36abb0c72f83add8.tar.bz2
gentoo-f08dac01c1003ab969c8981d36abb0c72f83add8.zip
media-video/mpv: add ~arm64 keyword
This is the latest version of mpv we can build a the moment as the next version requires ffmpeg-4 which is currently masked for arm64.
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mpv/mpv-0.27.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.27.2.ebuild b/media-video/mpv/mpv-0.27.2.ebuild
index 6f6911235219..a24e3f1eb1d6 100644
--- a/media-video/mpv/mpv-0.27.2.ebuild
+++ b/media-video/mpv/mpv-0.27.2.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} != *9999* ]]; then
https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://dev.gentoo.org/~kensington/distfiles/${P}-patches-${PR}.tar.xz
"
- KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux"
+ KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux"
DOCS=( RELEASE_NOTES )
else
EGIT_REPO_URI="https://github.com/mpv-player/mpv.git"