diff options
Diffstat (limited to 'media-video/mpv/mpv-0.8.3.ebuild')
-rw-r--r-- | media-video/mpv/mpv-0.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-0.8.3.ebuild b/media-video/mpv/mpv-0.8.3.ebuild index 0fa2ca0152a4..8b9e10f157d9 100644 --- a/media-video/mpv/mpv-0.8.3.ebuild +++ b/media-video/mpv/mpv-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.8.3.ebuild,v 1.5 2015/05/04 15:21:35 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.8.3.ebuild,v 1.6 2015/05/15 11:17:27 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -20,7 +20,7 @@ if [[ ${PV} == *9999* ]]; then KEYWORDS="" 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 |