diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-02-12 23:29:59 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-14 22:41:00 +0100 |
commit | ac64696e6300a382ae1fec96261b5d332bb386b8 (patch) | |
tree | 298c88c31480ad5871523e1e49ab0c56c465fd57 /media-video | |
parent | www-apps/tt-rss: remove unused init file (diff) | |
download | gentoo-ac64696e6300a382ae1fec96261b5d332bb386b8.tar.gz gentoo-ac64696e6300a382ae1fec96261b5d332bb386b8.tar.bz2 gentoo-ac64696e6300a382ae1fec96261b5d332bb386b8.zip |
media-video/mpv: sync 9999 with latest versioned
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index cd3539d20ada..c288ba4148b9 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.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 ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git ) |