diff options
author | 2023-12-12 19:51:18 +0200 | |
---|---|---|
committer | 2023-12-12 19:51:18 +0200 | |
commit | bd5dec9bd1f4e9867d8ee4761892aaed0dff295d (patch) | |
tree | ce83574ed17bbdb93d8a9d44d03a45d7996e7730 /media-video/mpv | |
parent | sys-fs/ncdu: Stabilize 1.19 amd64, #919686 (diff) | |
download | gentoo-bd5dec9bd1f4e9867d8ee4761892aaed0dff295d.tar.gz gentoo-bd5dec9bd1f4e9867d8ee4761892aaed0dff295d.tar.bz2 gentoo-bd5dec9bd1f4e9867d8ee4761892aaed0dff295d.zip |
media-video/mpv: Stabilize 0.37.0 amd64, #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 d295e431b8e1..8f8c05e085d2 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" |