diff options
author | 2015-08-02 09:19:37 +0000 | |
---|---|---|
committer | 2015-08-02 09:19:37 +0000 | |
commit | e340d39aa87cd39aebcee4733d9c7b859e94dab6 (patch) | |
tree | 9a715bf6d0e802d898c385b9fdc31a799310c1c9 /media-video | |
parent | sparc stable wrt bug #545870 (diff) | |
download | gentoo-2-e340d39aa87cd39aebcee4733d9c7b859e94dab6.tar.gz gentoo-2-e340d39aa87cd39aebcee4733d9c7b859e94dab6.tar.bz2 gentoo-2-e340d39aa87cd39aebcee4733d9c7b859e94dab6.zip |
sparc stable wrt bug #525148
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.8.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/mpv/ChangeLog b/media-video/mpv/ChangeLog index 74445fdb38ff..b6b598920e10 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.140 2015/07/04 16:12:18 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.141 2015/08/02 09:19:37 pacho Exp $ + + 02 Aug 2015; Pacho Ramos <pacho@gentoo.org> mpv-0.8.3-r1.ebuild: + sparc stable wrt bug #525148 04 Jul 2015; Tobias Klausmann <klausman@gentoo.org> mpv-0.8.3-r1.ebuild: Stable on alpha, bug 525148 diff --git a/media-video/mpv/mpv-0.8.3-r1.ebuild b/media-video/mpv/mpv-0.8.3-r1.ebuild index 8025f61b95b2..ac3039b2b584 100644 --- a/media-video/mpv/mpv-0.8.3-r1.ebuild +++ b/media-video/mpv/mpv-0.8.3-r1.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-r1.ebuild,v 1.3 2015/07/04 16:12:18 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.8.3-r1.ebuild,v 1.4 2015/08/02 09:19:37 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -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 |