diff options
author | Sam James <sam@gentoo.org> | 2023-11-23 16:04:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-23 16:36:48 +0000 |
commit | 64092d3069c734583ca4f3bda579de83a4f4d7de (patch) | |
tree | ecc6b1e2fd21ac43fbcff14d914c24abf8ee3e0a /media-video | |
parent | media-libs/libsixel: Stabilize 1.10.3 arm64, #917212 (diff) | |
download | gentoo-64092d3069c734583ca4f3bda579de83a4f4d7de.tar.gz gentoo-64092d3069c734583ca4f3bda579de83a4f4d7de.tar.bz2 gentoo-64092d3069c734583ca4f3bda579de83a4f4d7de.zip |
media-video/mpv: Stabilize 0.36.0-r1 arm64, #917212
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.36.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.36.0-r1.ebuild b/media-video/mpv/mpv-0.36.0-r1.ebuild index d4c540278992..63b54c674210 100644 --- a/media-video/mpv/mpv-0.36.0-r1.ebuild +++ b/media-video/mpv/mpv-0.36.0-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/mpv-player/mpv.git" else SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv x86 ~amd64-linux" + KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86 ~amd64-linux" fi DESCRIPTION="Media player for the command line" |