diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-1.0_rc4_p20101114.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index 5f499cd74a92..e0cce5a829e5 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mplayer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.772 2011/01/14 16:26:20 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.773 2011/01/22 18:08:34 fauli Exp $ + + 22 Jan 2011; Christian Faulhammer <fauli@gentoo.org> + mplayer-1.0_rc4_p20101114.ebuild: + stable x86, bug 343977 14 Jan 2011; Fabian Groffen <grobian@gentoo.org> mplayer-9999.ebuild: Simplify and generalise too few registers logic for all x86 hosts, bug diff --git a/media-video/mplayer/mplayer-1.0_rc4_p20101114.ebuild b/media-video/mplayer/mplayer-1.0_rc4_p20101114.ebuild index f37f4e255136..efb3426f87de 100644 --- a/media-video/mplayer/mplayer-1.0_rc4_p20101114.ebuild +++ b/media-video/mplayer/mplayer-1.0_rc4_p20101114.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc4_p20101114.ebuild,v 1.2 2011/01/02 19:57:12 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc4_p20101114.ebuild,v 1.3 2011/01/22 18:08:34 fauli Exp $ EAPI=3 @@ -177,7 +177,7 @@ DEPEND="${RDEPEND} SLOT="0" LICENSE="GPL-2" if [[ ${PV} != *9999* ]]; then - KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" + KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" else KEYWORDS="" fi |