diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-12 19:04:51 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-12 19:04:51 +0200 |
commit | bfa775c8912e1962d7abaadc51670244093e6a33 (patch) | |
tree | f72cf63a5690e25acec6f67f9474bb4632f461f0 /media-video | |
parent | net-im/fractal: Keyword ~arm64 (diff) | |
download | gentoo-bfa775c8912e1962d7abaadc51670244093e6a33.tar.gz gentoo-bfa775c8912e1962d7abaadc51670244093e6a33.tar.bz2 gentoo-bfa775c8912e1962d7abaadc51670244093e6a33.zip |
media-video/mpv: Stabilize 0.37.0 x86, #919769
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.37.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.37.0.ebuild b/media-video/mpv/mpv-0.37.0.ebuild index ad4ac4d2c08c..d295e431b8e1 100644 --- a/media-video/mpv/mpv-0.37.0.ebuild +++ b/media-video/mpv/mpv-0.37.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 ~ppc64 ~riscv ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 ~amd64-linux" fi DESCRIPTION="Media player for the command line" |