diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-07-24 20:34:24 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-24 20:34:24 -0400 |
commit | 49e7089c846944e2f6c085b3f27d34c6de687217 (patch) | |
tree | 1d8b0f5bbd21631a83d75313f28089378080cbc7 /media-video/mpv | |
parent | dev-python/pygobject: arm64 stable (diff) | |
download | gentoo-49e7089c846944e2f6c085b3f27d34c6de687217.tar.gz gentoo-49e7089c846944e2f6c085b3f27d34c6de687217.tar.bz2 gentoo-49e7089c846944e2f6c085b3f27d34c6de687217.zip |
media-video/mpv: arm64 keyworded
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.29.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.29.1-r1.ebuild b/media-video/mpv/mpv-0.29.1-r1.ebuild index e53775313a0a..4521191d10fe 100644 --- a/media-video/mpv/mpv-0.29.1-r1.ebuild +++ b/media-video/mpv/mpv-0.29.1-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="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI="https://github.com/mpv-player/mpv.git" |