diff options
author | 2023-08-27 18:18:30 +0100 | |
---|---|---|
committer | 2023-08-27 18:18:30 +0100 | |
commit | 53cd34ec1d5f3d9e285232cc18a3b2fee8c474a3 (patch) | |
tree | fcec769a4f3b421682104ae9481c4ac7d988d64d /media-video/mpv | |
parent | dev-util/mingw64-toolchain: Stabilize 11.0.0_p2 amd64, #913091 (diff) | |
download | gentoo-53cd34ec1d5f3d9e285232cc18a3b2fee8c474a3.tar.gz gentoo-53cd34ec1d5f3d9e285232cc18a3b2fee8c474a3.tar.bz2 gentoo-53cd34ec1d5f3d9e285232cc18a3b2fee8c474a3.zip |
media-video/mpv: Stabilize 0.36.0-r1 amd64, #913092
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-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 a4b8928d809d..a1e1203ee5d1 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" |