diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2018-12-15 16:34:49 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2018-12-15 16:53:25 -0800 |
commit | 169341cfe5e72847f8822a796c3f213d95946027 (patch) | |
tree | adf4e71083f8d290d7dc5d56434f76f8f03b3726 /media-video/mpv | |
parent | media-video/mpv: drop alpha keyword for 0.29.1 (diff) | |
download | gentoo-169341cfe5e72847f8822a796c3f213d95946027.tar.gz gentoo-169341cfe5e72847f8822a796c3f213d95946027.tar.bz2 gentoo-169341cfe5e72847f8822a796c3f213d95946027.zip |
media-video/mpv: sync live ebuild
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index ba554e7956f9..9607105c7d3f 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,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 ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux" DOCS=( RELEASE_NOTES ) else EGIT_REPO_URI="https://github.com/mpv-player/mpv.git" |