diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-08-24 10:35:36 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-08-24 10:35:36 +0000 |
commit | cbfa0279be30b2e42dced0cd19b8cb4f2aec87ea (patch) | |
tree | dbf3088997f8334eb68b6233ddd182d7e8d086f2 /media-video/mplayer2 | |
parent | Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney in bug ... (diff) | |
download | gentoo-2-cbfa0279be30b2e42dced0cd19b8cb4f2aec87ea.tar.gz gentoo-2-cbfa0279be30b2e42dced0cd19b8cb4f2aec87ea.tar.bz2 gentoo-2-cbfa0279be30b2e42dced0cd19b8cb4f2aec87ea.zip |
Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney in bug #365951 filed by Jeremy "darkside" Olexa.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'media-video/mplayer2')
-rw-r--r-- | media-video/mplayer2/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mplayer2/mplayer2-2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/mplayer2/ChangeLog b/media-video/mplayer2/ChangeLog index 562e85420bca..1049a0ccc947 100644 --- a/media-video/mplayer2/ChangeLog +++ b/media-video/mplayer2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mplayer2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/ChangeLog,v 1.21 2011/07/09 16:30:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/ChangeLog,v 1.22 2011/08/24 10:35:36 chainsaw Exp $ + + 24 Aug 2011; Tony Vroon <chainsaw@gentoo.org> mplayer2-2.0.ebuild: + Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney in bug + #365951 filed by Jeremy "darkside" Olexa. 09 Jul 2011; Raúl Porcel <armin76@gentoo.org> mplayer2-2.0.ebuild: Add ~ia64/~sparc wrt #365953 diff --git a/media-video/mplayer2/mplayer2-2.0.ebuild b/media-video/mplayer2/mplayer2-2.0.ebuild index 2a33c519f46b..155033e04e10 100644 --- a/media-video/mplayer2/mplayer2-2.0.ebuild +++ b/media-video/mplayer2/mplayer2-2.0.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/mplayer2/mplayer2-2.0.ebuild,v 1.15 2011/07/09 16:30:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-2.0.ebuild,v 1.16 2011/08/24 10:35:36 chainsaw Exp $ EAPI=4 @@ -156,7 +156,7 @@ DEPEND="${RDEPEND} SLOT="0" LICENSE="GPL-3" if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~sparc ~x86 ~amd64-linux" + KEYWORDS="amd64 ~arm ~hppa ~ia64 ~sparc ~x86 ~amd64-linux" else KEYWORDS="" fi |