diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-05-17 14:39:19 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-05-17 14:39:19 +0200 |
commit | 072e54b4bc9f9872654e3911a68ee126e08b2c49 (patch) | |
tree | 73171c1b06ee8e71d9e2183a99ebae501fbfd91b /media-video | |
parent | media-libs/libplacebo: x86 stable wrt bug #843758 (diff) | |
download | gentoo-072e54b4bc9f9872654e3911a68ee126e08b2c49.tar.gz gentoo-072e54b4bc9f9872654e3911a68ee126e08b2c49.tar.bz2 gentoo-072e54b4bc9f9872654e3911a68ee126e08b2c49.zip |
media-video/mpv: x86 stable wrt bug #843758
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.34.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.34.1-r1.ebuild b/media-video/mpv/mpv-0.34.1-r1.ebuild index 9d0df7ae6809..74d217d95401 100644 --- a/media-video/mpv/mpv-0.34.1-r1.ebuild +++ b/media-video/mpv/mpv-0.34.1-r1.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 ~riscv ~x86 ~amd64-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI="https://github.com/mpv-player/mpv.git" |