diff options
author | Sam James <sam@gentoo.org> | 2024-10-22 08:33:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-22 08:33:26 +0100 |
commit | a1848835bc7bdc9ae735757da727bac41e552a03 (patch) | |
tree | 59d4db3a1bbf765c4d7809bb54e021bae15cf8e2 /media-video | |
parent | dev-libs/libxmlb: fix python_check_deps (diff) | |
download | gentoo-a1848835bc7bdc9ae735757da727bac41e552a03.tar.gz gentoo-a1848835bc7bdc9ae735757da727bac41e552a03.tar.bz2 gentoo-a1848835bc7bdc9ae735757da727bac41e552a03.zip |
media-video/mpv: Stabilize 0.39.0 ppc64, #941961
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.39.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.39.0.ebuild b/media-video/mpv/mpv-0.39.0.ebuild index 31b23432e18e..bc051271c9da 100644 --- a/media-video/mpv/mpv-0.39.0.ebuild +++ b/media-video/mpv/mpv-0.39.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 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv ~x86 ~amd64-linux" fi DESCRIPTION="Media player for the command line" |