diff options
author | Sam James <sam@gentoo.org> | 2023-02-07 16:54:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-07 16:54:15 +0000 |
commit | 710fed0b00290ce61144d0ebfad0ed6f2973b30b (patch) | |
tree | c21ade5e75f8c2f97099583f53c6a1d8929b21e5 /media-video/mpv | |
parent | media-video/mpv: Stabilize 0.35.1 ppc64, #893480 (diff) | |
download | gentoo-710fed0b00290ce61144d0ebfad0ed6f2973b30b.tar.gz gentoo-710fed0b00290ce61144d0ebfad0ed6f2973b30b.tar.bz2 gentoo-710fed0b00290ce61144d0ebfad0ed6f2973b30b.zip |
media-video/mpv: Stabilize 0.35.1 amd64, #893480
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.35.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.35.1.ebuild b/media-video/mpv/mpv-0.35.1.ebuild index 5b569efdabcd..fcd833022e33 100644 --- a/media-video/mpv/mpv-0.35.1.ebuild +++ b/media-video/mpv/mpv-0.35.1.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" |