diff options
author | Sam James <sam@gentoo.org> | 2023-08-27 02:53:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-27 02:53:55 +0100 |
commit | 13902edc5644fc101e80f0d2cadd2d939e636337 (patch) | |
tree | 58736774074cff03fca6e5c5e49d289499632dd3 /media-video/mpv | |
parent | sys-devel/kgcc64: add 13.2.1_p20230826 (diff) | |
download | gentoo-13902edc5644fc101e80f0d2cadd2d939e636337.tar.gz gentoo-13902edc5644fc101e80f0d2cadd2d939e636337.tar.bz2 gentoo-13902edc5644fc101e80f0d2cadd2d939e636337.zip |
media-video/mpv: Stabilize 0.36.0-r1 x86, #913092
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.36.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.36.0-r1.ebuild b/media-video/mpv/mpv-0.36.0-r1.ebuild index f7a202b8bfe0..a4b8928d809d 100644 --- a/media-video/mpv/mpv-0.36.0-r1.ebuild +++ b/media-video/mpv/mpv-0.36.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 ~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" |