media-video/mpv: drop alpha keyword for 0.28.2
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Sun, 16 Dec 2018 00:32:04 +0000 (16:32 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Sun, 16 Dec 2018 00:53:25 +0000 (16:53 -0800)
Bug: https://bugs.gentoo.org/670618
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
media-video/mpv/mpv-0.28.2.ebuild

index d43b6047c64115e8b74a2d15f92d3bace31978ad..feb5199d743b71ed090838061fcc1a498299f5a5 100644 (file)
@@ -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"