diff options
author | Sam James <sam@gentoo.org> | 2023-01-13 04:40:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-13 04:40:45 +0000 |
commit | f69bb1871757572f885dcb1db8c9ba04a924fa03 (patch) | |
tree | 936e58f9196630cf2b0a0ac2bacc5f349f1f3e9e /media-video/mpv | |
parent | net-vpn/tor: add 0.4.7.13 (diff) | |
download | gentoo-f69bb1871757572f885dcb1db8c9ba04a924fa03.tar.gz gentoo-f69bb1871757572f885dcb1db8c9ba04a924fa03.tar.bz2 gentoo-f69bb1871757572f885dcb1db8c9ba04a924fa03.zip |
media-video/mpv: Stabilize 0.35.0-r1 ppc64, #889006
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.35.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.35.0-r1.ebuild b/media-video/mpv/mpv-0.35.0-r1.ebuild index 6fa992dfd848..c83c4bf9a053 100644 --- a/media-video/mpv/mpv-0.35.0-r1.ebuild +++ b/media-video/mpv/mpv-0.35.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 ~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" |