diff options
author | Sam James <sam@gentoo.org> | 2023-08-27 02:34:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-27 02:34:15 +0100 |
commit | 761ed07723ca4219caa438df366f55af076992cb (patch) | |
tree | d157cad194b9795690999dd5f3a416db7810afe8 /media-video | |
parent | dev-util/mingw64-toolchain: Stabilize 11.0.0_p2 x86, #913091 (diff) | |
download | gentoo-761ed07723ca4219caa438df366f55af076992cb.tar.gz gentoo-761ed07723ca4219caa438df366f55af076992cb.tar.bz2 gentoo-761ed07723ca4219caa438df366f55af076992cb.zip |
media-video/mpv: Stabilize 0.36.0-r1 ppc, #913092
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 9af42f73035f..f7a202b8bfe0 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" |