diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-07-16 14:51:06 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-07-16 14:51:06 +0000 |
commit | caabc1d89d80cdb46370ced84b7ad22e66581795 (patch) | |
tree | e97614012cbd1acb19b760413e2efe3c0924226b /media-video | |
parent | Forbid also installing "examples" package, bug #555038. (diff) | |
download | gentoo-2-caabc1d89d80cdb46370ced84b7ad22e66581795.tar.gz gentoo-2-caabc1d89d80cdb46370ced84b7ad22e66581795.tar.bz2 gentoo-2-caabc1d89d80cdb46370ced84b7ad22e66581795.zip |
Stable on alpha, bug 551972
(Portage version: 2.2.20/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_pre20150214-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index e4b410b7eaa8..8e91e612b949 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.943 2015/07/11 06:27:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.944 2015/07/16 14:51:06 klausman Exp $ + + 16 Jul 2015; Tobias Klausmann <klausman@gentoo.org> + mplayer-1.2_pre20150214-r1.ebuild: + Stable on alpha, bug 551972 11 Jul 2015; Markus Meier <maekke@gentoo.org> mplayer-1.2_pre20150214-r1.ebuild: diff --git a/media-video/mplayer/mplayer-1.2_pre20150214-r1.ebuild b/media-video/mplayer/mplayer-1.2_pre20150214-r1.ebuild index b2b7781c618e..84de13f76e3f 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.3 2015/07/11 06:27:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20150214-r1.ebuild,v 1.4 2015/07/16 14:51:06 klausman 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="arm ~hppa" + KEYWORDS="alpha arm ~hppa" fi # faac codecs are nonfree |