Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Thu, 29 Dec 2022 20:29:42
Message-Id: 1672345735.0ce022a760a561586f701828572ed645859aaa41.ionen@gentoo
1 commit: 0ce022a760a561586f701828572ed645859aaa41
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 16:06:24 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 20:28:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce022a7
7
8 media-video/mpv: stabilize 0.35.0-r1 for amd64, x86
9
10 Been a while and no known major issues, albeit 0.34 will be kept
11 for some time still given this is a year worth of changes plus
12 ppc/ppc64 stable is held up for now wrt bug #888639.
13
14 Closes: https://bugs.gentoo.org/884519
15 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
16
17 media-video/mpv/mpv-0.35.0-r1.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/media-video/mpv/mpv-0.35.0-r1.ebuild b/media-video/mpv/mpv-0.35.0-r1.ebuild
21 index 5919ad1bb124..2fb3855a1bfd 100644
22 --- a/media-video/mpv/mpv-0.35.0-r1.ebuild
23 +++ b/media-video/mpv/mpv-0.35.0-r1.ebuild
24 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
25 EGIT_REPO_URI="https://github.com/mpv-player/mpv.git"
26 else
27 SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86 ~amd64-linux"
29 + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86 ~amd64-linux"
30 fi
31
32 DESCRIPTION="Media player for the command line"