Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Tue, 17 May 2022 05:36:38
Message-Id: 1652765781.1cbf99ad29965f823387d6e027a56e0b65f582d0.sam@gentoo
1 commit: 1cbf99ad29965f823387d6e027a56e0b65f582d0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 05:36:21 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:36:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cbf99ad
7
8 media-video/mpv: Stabilize 0.34.1-r1 ppc64, #843758
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-video/mpv/mpv-0.34.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-video/mpv/mpv-0.34.1-r1.ebuild b/media-video/mpv/mpv-0.34.1-r1.ebuild
16 index c6bf9d1ac4aa..9c26730055c0 100644
17 --- a/media-video/mpv/mpv-0.34.1-r1.ebuild
18 +++ b/media-video/mpv/mpv-0.34.1-r1.ebuild
19 @@ -16,7 +16,7 @@ HOMEPAGE="https://mpv.io/ https://github.com/mpv-player/mpv"
20
21 if [[ ${PV} != *9999* ]]; then
22 SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux"
24 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~x86 ~amd64-linux"
25 DOCS=( RELEASE_NOTES )
26 else
27 EGIT_REPO_URI="https://github.com/mpv-player/mpv.git"