summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2011-01-22 18:08:34 +0000
committerChristian Faulhammer <fauli@gentoo.org>2011-01-22 18:08:34 +0000
commit31e39a5e74f0249f1d6daa9e8faf5d42299b1160 (patch)
treea7b7d9f6decb3d47149d8e2b9b59ebeec513a0b6 /media-video/mplayer
parentrevision bump, this is the first version supporting lxdm (diff)
downloadhistorical-31e39a5e74f0249f1d6daa9e8faf5d42299b1160.tar.gz
historical-31e39a5e74f0249f1d6daa9e8faf5d42299b1160.tar.bz2
historical-31e39a5e74f0249f1d6daa9e8faf5d42299b1160.zip
stable x86, bug 343977
Package-Manager: portage-2.1.9.34/cvs/Linux i686
Diffstat (limited to 'media-video/mplayer')
-rw-r--r--media-video/mplayer/ChangeLog6
-rw-r--r--media-video/mplayer/mplayer-1.0_rc4_p20101114.ebuild4
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