commit: 1a0588708f17fe64b74409387e9ed496c755b732 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 26 20:35:53 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Feb 26 20:36:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a058870
media-video/mpv: destabilize 0.38.0-r1 for ~ppc Bug: https://bugs.gentoo.org/941961 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> media-video/mpv/mpv-0.38.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/mpv/mpv-0.38.0-r1.ebuild b/media-video/mpv/mpv-0.38.0-r1.ebuild index 0c4db6017737..87a6efe1c5be 100644 --- a/media-video/mpv/mpv-0.38.0-r1.ebuild +++ b/media-video/mpv/mpv-0.38.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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 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"
