diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-20 21:15:36 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-20 21:16:05 +0100 |
commit | 076bb344558c86fc572e4785c4f591af78ca423c (patch) | |
tree | ef7e15ad613beaa2c6d0605683130b0786887159 /media-video/mpv | |
parent | net-mail/libpst: python-single-r1, EAPI=6 (diff) | |
download | gentoo-076bb344558c86fc572e4785c4f591af78ca423c.tar.gz gentoo-076bb344558c86fc572e4785c4f591af78ca423c.tar.bz2 gentoo-076bb344558c86fc572e4785c4f591af78ca423c.zip |
media-video/mpv: ~ppc ~ppc64 added (bug 608316).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.24.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.24.0.ebuild b/media-video/mpv/mpv-0.24.0.ebuild index 729f93c46a3a..d75ddaa1b53b 100644 --- a/media-video/mpv/mpv-0.24.0.ebuild +++ b/media-video/mpv/mpv-0.24.0.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="~amd64 ~arm ~hppa ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git ) |