diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-02-11 23:56:52 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-02-11 23:56:52 +0000 |
commit | 016587a7bb00d76eda3b8d53809146168c02fd71 (patch) | |
tree | bb5c1ce68f339a11d0d7e97c5103ba5043d2012f /media-video | |
parent | Version bump (bug #165837). Dropped static USE-flag. (diff) | |
download | gentoo-2-016587a7bb00d76eda3b8d53809146168c02fd71.tar.gz gentoo-2-016587a7bb00d76eda3b8d53809146168c02fd71.tar.bz2 gentoo-2-016587a7bb00d76eda3b8d53809146168c02fd71.zip |
stable on amd64; security bug 159727
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-1.0_rc1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index 0c4894c5260f..860c92b036f3 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/mplayer # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.454 2007/02/11 21:57:26 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.455 2007/02/11 23:56:52 blubb Exp $ + + 11 Feb 2007; Simon Stelling <blubb@gentoo.org> mplayer-1.0_rc1-r2.ebuild: + stable on amd64; security bug 159727 11 Feb 2007; René Nussbaumer <killerfox@gentoo.org> mplayer-1.0_rc1-r2.ebuild: diff --git a/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild b/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild index dc8d1a17fe1e..b1936f6cfd04 100644 --- a/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild +++ b/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild,v 1.5 2007/02/11 21:57:26 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild,v 1.6 2007/02/11 23:56:52 blubb Exp $ inherit eutils flag-o-matic @@ -125,7 +125,7 @@ DEPEND="${RDEPEND} SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" pkg_setup() { if use real && use x86; then |