diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-05-15 11:17:27 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-05-15 11:17:27 +0000 |
commit | b3477b8c650858460b16246463542d9608cd9baa (patch) | |
tree | 0faf87376c11dc1c64d02bf6bebe1e3371bfb1c3 /media-video/mpv | |
parent | ppc stable wrt bug #549288 (diff) | |
download | gentoo-2-b3477b8c650858460b16246463542d9608cd9baa.tar.gz gentoo-2-b3477b8c650858460b16246463542d9608cd9baa.tar.bz2 gentoo-2-b3477b8c650858460b16246463542d9608cd9baa.zip |
ppc stable wrt bug #525148
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/mpv/ChangeLog b/media-video/mpv/ChangeLog index 0cfac8066b16..c4322f5eebcf 100644 --- a/media-video/mpv/ChangeLog +++ b/media-video/mpv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/mpv # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.133 2015/05/04 15:21:35 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.134 2015/05/15 11:17:27 pacho Exp $ + + 15 May 2015; Pacho Ramos <pacho@gentoo.org> mpv-0.8.3.ebuild: + ppc stable wrt bug #525148 04 May 2015; Ben de Groot <yngwin@gentoo.org> mpv-0.8.3.ebuild, mpv-0.9.1.ebuild, mpv-9999.ebuild: 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 |