diff options
author | Sam James <sam@gentoo.org> | 2024-05-07 11:04:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-07 11:04:29 +0100 |
commit | 265232ddded44253bd45458b1c50bde1c3f84924 (patch) | |
tree | b0b4a454c85662f1f021eb90b44382adbf5edb2d /media-video/mpv | |
parent | media-video/mpv: Stabilize 0.38.0 amd64, #931332 (diff) | |
download | gentoo-265232ddded44253bd45458b1c50bde1c3f84924.tar.gz gentoo-265232ddded44253bd45458b1c50bde1c3f84924.tar.bz2 gentoo-265232ddded44253bd45458b1c50bde1c3f84924.zip |
media-video/mpv: Stabilize 0.38.0 x86, #931332
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.38.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.38.0.ebuild b/media-video/mpv/mpv-0.38.0.ebuild index 0be43015b552..535673009dae 100644 --- a/media-video/mpv/mpv-0.38.0.ebuild +++ b/media-video/mpv/mpv-0.38.0.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 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux" fi DESCRIPTION="Media player for the command line" |