commit: 7e16890f34bd8741760a4ddccd5351ebad7746e8
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 14:56:12 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 14:56:12 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e16890f
media-video/mpv: mark stable on amd64
Bug: 558600
Package-Manager: portage-2.2.20.1
media-video/mpv/mpv-0.9.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/mpv/mpv-0.9.2-r1.ebuild
b/media-video/mpv/mpv-0.9.2-r1.ebuild
index cdc11bd..ab9881a 100644
--- a/media-video/mpv/mpv-0.9.2-r1.ebuild
+++ b/media-video/mpv/mpv-0.9.2-r1.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == *9999* ]]; then
inherit git-r3
else
SRC_URI+=" https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86
~amd64-linux"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86
~amd64-linux"
DOCS+=( RELEASE_NOTES )
fi