diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-10-17 14:35:40 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-10-17 14:35:40 +0000 |
commit | 845e51b1a5cf3e5826d73ff8d9d7dd0b043f719b (patch) | |
tree | aaa11285fe8884e8096112e2c9cd75b3961fcb83 /media-video | |
parent | Revbump to fix bug 525644. Committed directly to stable as this was a header ... (diff) | |
download | gentoo-2-845e51b1a5cf3e5826d73ff8d9d7dd0b043f719b.tar.gz gentoo-2-845e51b1a5cf3e5826d73ff8d9d7dd0b043f719b.tar.bz2 gentoo-2-845e51b1a5cf3e5826d73ff8d9d7dd0b043f719b.zip |
Stable on alpha, bug 517692
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-1.2_pre20130729.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index 4230c2fd22a2..290e2d912730 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mplayer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.927 2014/10/12 08:01:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.928 2014/10/17 14:35:40 klausman Exp $ + + 17 Oct 2014; Tobias Klausmann <klausman@gentoo.org> + mplayer-1.2_pre20130729.ebuild: + Stable on alpha, bug 517692 12 Oct 2014; Alexis Ballier <aballier@gentoo.org> mplayer-1.2_pre20141011.ebuild, mplayer-9999.ebuild: diff --git a/media-video/mplayer/mplayer-1.2_pre20130729.ebuild b/media-video/mplayer/mplayer-1.2_pre20130729.ebuild index cebe5729c932..51d7dd340314 100644 --- a/media-video/mplayer/mplayer-1.2_pre20130729.ebuild +++ b/media-video/mplayer/mplayer-1.2_pre20130729.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild,v 1.14 2014/09/01 16:47:04 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild,v 1.15 2014/10/17 14:35:40 klausman Exp $ EAPI=5 @@ -157,9 +157,9 @@ DEPEND="${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="hppa" + KEYWORDS="alpha hppa" fi # faac codecs are nonfree |