diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-29 11:06:24 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-29 15:28:55 -0500 |
commit | 0ce022a760a561586f701828572ed645859aaa41 (patch) | |
tree | 7f0832cbbeb8a24960d4ed3553aabe31c6d593db /media-video | |
parent | media-video/baka-mplayer: drop 2.0.4-r1 (diff) | |
download | gentoo-0ce022a760a561586f701828572ed645859aaa41.tar.gz gentoo-0ce022a760a561586f701828572ed645859aaa41.tar.bz2 gentoo-0ce022a760a561586f701828572ed645859aaa41.zip |
media-video/mpv: stabilize 0.35.0-r1 for amd64, x86
Been a while and no known major issues, albeit 0.34 will be kept
for some time still given this is a year worth of changes plus
ppc/ppc64 stable is held up for now wrt bug #888639.
Closes: https://bugs.gentoo.org/884519
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.35.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.35.0-r1.ebuild b/media-video/mpv/mpv-0.35.0-r1.ebuild index 5919ad1bb124..2fb3855a1bfd 100644 --- a/media-video/mpv/mpv-0.35.0-r1.ebuild +++ b/media-video/mpv/mpv-0.35.0-r1.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 ~riscv ~x86 ~amd64-linux" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86 ~amd64-linux" fi DESCRIPTION="Media player for the command line" |