diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-11-24 22:56:54 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-11-24 22:56:54 +0000 |
commit | 116d89f9b5d92f90cf0b0e56ce766a94691a3b6c (patch) | |
tree | 3640ce76b548d71a54270652a1fabd0105c435b2 /media-libs/x264 | |
parent | inherit goes near the top (diff) | |
download | gentoo-2-116d89f9b5d92f90cf0b0e56ce766a94691a3b6c.tar.gz gentoo-2-116d89f9b5d92f90cf0b0e56ce766a94691a3b6c.tar.bz2 gentoo-2-116d89f9b5d92f90cf0b0e56ce766a94691a3b6c.zip |
Stable on sparc, security bug #239130 and bug #241110
(Portage version: 2.1.4.5)
Diffstat (limited to 'media-libs/x264')
-rw-r--r-- | media-libs/x264/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/x264/x264-0.0.20080819.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/x264/ChangeLog b/media-libs/x264/ChangeLog index 7ca19bea15c1..f6a250e02daf 100644 --- a/media-libs/x264/ChangeLog +++ b/media-libs/x264/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/x264 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.11 2008/11/17 09:39:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.12 2008/11/24 22:56:54 bluebird Exp $ + + 24 Nov 2008; Friedrich Oslage <bluebird@gentoo.org> + x264-0.0.20080819.ebuild: + Stable on sparc, security bug #239130 and bug #241110 17 Nov 2008; Alexis Ballier <aballier@gentoo.org> x264-0.0.20081006.ebuild: diff --git a/media-libs/x264/x264-0.0.20080819.ebuild b/media-libs/x264/x264-0.0.20080819.ebuild index 0d858af78ca6..ed1bc6c4da04 100644 --- a/media-libs/x264/x264-0.0.20080819.ebuild +++ b/media-libs/x264/x264-0.0.20080819.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v 1.4 2008/10/30 20:05:37 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v 1.5 2008/11/24 22:56:54 bluebird Exp $ EAPI="1" inherit multilib eutils toolchain-funcs versionator @@ -12,7 +12,7 @@ HOMEPAGE="http://www.videolan.org/developers/x264.html" SRC_URI="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="debug +threads" RDEPEND="" |