diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-11 06:39:57 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-11 06:40:16 -0500 |
commit | b2ba6407b57745ee09c09c98027d2d3efd829411 (patch) | |
tree | 7b055bfb796b2190e4c6dbf2f5bdac639011b488 /media-video/mpv | |
parent | games-emulation/nestopia: sync live (diff) | |
download | gentoo-b2ba6407b57745ee09c09c98027d2d3efd829411.tar.gz gentoo-b2ba6407b57745ee09c09c98027d2d3efd829411.tar.bz2 gentoo-b2ba6407b57745ee09c09c98027d2d3efd829411.zip |
media-video/mpv: Keyword 0.35.0-r1 ppc, #885397
Tested-by: ernsteiswuerfel <erhard_f@mailbox.org>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.35.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-0.35.0-r1.ebuild b/media-video/mpv/mpv-0.35.0-r1.ebuild index d979c38b602c..e6eaa3e15dc6 100644 --- a/media-video/mpv/mpv-0.35.0-r1.ebuild +++ b/media-video/mpv/mpv-0.35.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~riscv x86 ~amd64-linux" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~riscv x86 ~amd64-linux" fi DESCRIPTION="Media player for the command line" |