diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-13 16:37:25 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-13 16:37:25 +0100 |
commit | 3fe9e853f2ed04dbef85d40ea0429501128bd67d (patch) | |
tree | 9754a71ffa4e12e98fc1d1d7fc1ca9de7054fdd8 /media-video | |
parent | sys-fs/udisks: x86 stable wrt bug #605394 (diff) | |
download | gentoo-3fe9e853f2ed04dbef85d40ea0429501128bd67d.tar.gz gentoo-3fe9e853f2ed04dbef85d40ea0429501128bd67d.tar.bz2 gentoo-3fe9e853f2ed04dbef85d40ea0429501128bd67d.zip |
media-video/mpv: x86 stable wrt bug #581204
Package-Manager: portage-2.3.0
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.18.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.18.0-r1.ebuild b/media-video/mpv/mpv-0.18.0-r1.ebuild index cf25eb2baf2c..22ab38ef39c5 100644 --- a/media-video/mpv/mpv-0.18.0-r1.ebuild +++ b/media-video/mpv/mpv-0.18.0-r1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://mpv.io/" if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" + KEYWORDS="alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI="git://github.com/mpv-player/mpv.git" |