diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-1.2_pre20150214-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index 42e7c8a9ee4c..1251ad57afa1 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mplayer # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.948 2015/07/30 14:54:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.949 2015/08/02 09:01:50 pacho Exp $ + + 02 Aug 2015; Pacho Ramos <pacho@gentoo.org> + mplayer-1.2_pre20150214-r1.ebuild: + sparc stable wrt bug #551972 *mplayer-1.2_pre20150730 (30 Jul 2015) diff --git a/media-video/mplayer/mplayer-1.2_pre20150214-r1.ebuild b/media-video/mplayer/mplayer-1.2_pre20150214-r1.ebuild index 84e668351faa..067b04026157 100644 --- a/media-video/mplayer/mplayer-1.2_pre20150214-r1.ebuild +++ b/media-video/mplayer/mplayer-1.2_pre20150214-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/mplayer/mplayer-1.2_pre20150214-r1.ebuild,v 1.7 2015/07/27 04:25:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20150214-r1.ebuild,v 1.8 2015/08/02 09:01:50 pacho Exp $ EAPI=5 @@ -159,9 +159,9 @@ RDEPEND+=" SLOT="0" LICENSE="GPL-2" if [[ ${PV} != *9999* ]]; then - KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" else - KEYWORDS="alpha amd64 arm ~hppa ppc ppc64" + KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 sparc" fi # faac codecs are nonfree |