diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-12 18:55:26 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-12 18:55:26 +0200 |
commit | f913ee28010a0458bc2d0417a0e8a3e4cbdee440 (patch) | |
tree | 4d9324271a72ebc371f2e50aff30a57d0b1ac77a /media-video/mpv | |
parent | sys-fs/ncdu: Stabilize 1.19 arm64, #919686 (diff) | |
download | gentoo-f913ee28010a0458bc2d0417a0e8a3e4cbdee440.tar.gz gentoo-f913ee28010a0458bc2d0417a0e8a3e4cbdee440.tar.bz2 gentoo-f913ee28010a0458bc2d0417a0e8a3e4cbdee440.zip |
media-video/mpv: Stabilize 0.37.0 arm64, #919769
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.37.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.37.0.ebuild b/media-video/mpv/mpv-0.37.0.ebuild index 0fc7a044aa14..ad4ac4d2c08c 100644 --- a/media-video/mpv/mpv-0.37.0.ebuild +++ b/media-video/mpv/mpv-0.37.0.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 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux" fi DESCRIPTION="Media player for the command line" |