diff options
author | Sam James <sam@gentoo.org> | 2021-01-23 04:19:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-23 04:19:43 +0000 |
commit | 72ee6a9d6b044143605b5364f36201992be44642 (patch) | |
tree | dcf09c256c49b2da892e339dad4e20459a03a613 | |
parent | media-video/aegisub: Stabilize 3.2.2_p20160518-r101 x86, #766528 (diff) | |
download | gentoo-72ee6a9d6b044143605b5364f36201992be44642.tar.gz gentoo-72ee6a9d6b044143605b5364f36201992be44642.tar.bz2 gentoo-72ee6a9d6b044143605b5364f36201992be44642.zip |
media-video/mpv: Stabilize 0.33.0-r100 x86, #766528
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | media-video/mpv/mpv-0.33.0-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.33.0-r100.ebuild b/media-video/mpv/mpv-0.33.0-r100.ebuild index 87b5de6476f5..9639b3c7c704 100644 --- a/media-video/mpv/mpv-0.33.0-r100.ebuild +++ b/media-video/mpv/mpv-0.33.0-r100.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://mpv.io/ https://github.com/mpv-player/mpv" if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI="https://github.com/mpv-player/mpv.git" |