media-video/mpv: Stabilize 0.38.0 ppc64, #931332

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-05-07 11:29:10 +01:00
parent 70e00553d2
commit aa0724ad9b

View File

@@ -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"