diff options
author | Sam James <sam@gentoo.org> | 2023-02-07 16:54:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-07 16:54:13 +0000 |
commit | a8b9547851bbf150aa97018a7af1655b30d66931 (patch) | |
tree | c9b5e70c1c75c6c02ceda8e1cf33e92226b5ed04 /media-video | |
parent | dev-qt/qtimageformats: Stabilize 5.15.8-r1 amd64, #892704 (diff) | |
download | gentoo-a8b9547851bbf150aa97018a7af1655b30d66931.tar.gz gentoo-a8b9547851bbf150aa97018a7af1655b30d66931.tar.bz2 gentoo-a8b9547851bbf150aa97018a7af1655b30d66931.zip |
media-video/mpv: Stabilize 0.35.1 ppc64, #893480
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.35.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.35.1.ebuild b/media-video/mpv/mpv-0.35.1.ebuild index 9a41edeb58eb..5b569efdabcd 100644 --- a/media-video/mpv/mpv-0.35.1.ebuild +++ b/media-video/mpv/mpv-0.35.1.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" |