diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-01 19:32:08 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-01 19:32:08 +0300 |
commit | 37f54b2c381bb5dc66942190bc98627d86c0ff2d (patch) | |
tree | a5c1e992097a676f8c45345c2aab5dcc42eef6f0 /media-video | |
parent | net-fs/samba: Stabilize 4.16.8 ppc, #893086 (diff) | |
download | gentoo-37f54b2c381bb5dc66942190bc98627d86c0ff2d.tar.gz gentoo-37f54b2c381bb5dc66942190bc98627d86c0ff2d.tar.bz2 gentoo-37f54b2c381bb5dc66942190bc98627d86c0ff2d.zip |
media-video/mpv: Stabilize 0.35.1-r1 x86, #893480
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.35.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.35.1-r1.ebuild b/media-video/mpv/mpv-0.35.1-r1.ebuild index 9d2d6ee62ae3..4ee310fc3829 100644 --- a/media-video/mpv/mpv-0.35.1-r1.ebuild +++ b/media-video/mpv/mpv-0.35.1-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 ~hppa ~loong ppc ppc64 ~riscv ~x86 ~amd64-linux" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv x86 ~amd64-linux" fi DESCRIPTION="Media player for the command line" |