diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-08-18 10:17:00 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-08-18 10:17:00 +0000 |
commit | 49639e63394b1244f20fe9c3f527b6eed64b364c (patch) | |
tree | 605afdc2efe4e78201384f8a0427a9e0e1355dac /media-libs/x264 | |
parent | Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in sec... (diff) | |
download | gentoo-2-49639e63394b1244f20fe9c3f527b6eed64b364c.tar.gz gentoo-2-49639e63394b1244f20fe9c3f527b6eed64b364c.tar.bz2 gentoo-2-49639e63394b1244f20fe9c3f527b6eed64b364c.zip |
Marked stable on AMD64 as a dependency of media-video/ffmpeg based on arch testing by Agostino "ago" Sarubbo in security bug #378801.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/x264')
-rw-r--r-- | media-libs/x264/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/x264/x264-0.0.20110426.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/x264/ChangeLog b/media-libs/x264/ChangeLog index 3f2ece7691c2..6300d65e5e79 100644 --- a/media-libs/x264/ChangeLog +++ b/media-libs/x264/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/x264 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.52 2011/07/10 14:59:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.53 2011/08/18 10:17:00 chainsaw Exp $ + + 18 Aug 2011; Tony Vroon <chainsaw@gentoo.org> x264-0.0.20110426.ebuild: + Marked stable on AMD64 as a dependency of media-video/ffmpeg based on arch + testing by Agostino "ago" Sarubbo in security bug #378801. 10 Jul 2011; Raúl Porcel <armin76@gentoo.org> x264-0.0.20101029.ebuild: sparc stable wrt #365273 diff --git a/media-libs/x264/x264-0.0.20110426.ebuild b/media-libs/x264/x264-0.0.20110426.ebuild index bf92c374adc7..6ff434acb808 100644 --- a/media-libs/x264/x264-0.0.20110426.ebuild +++ b/media-libs/x264/x264-0.0.20110426.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-libs/x264/x264-0.0.20110426.ebuild,v 1.1 2011/04/27 17:20:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20110426.ebuild,v 1.2 2011/08/18 10:17:00 chainsaw Exp $ EAPI=2 inherit eutils multilib toolchain-funcs versionator @@ -13,7 +13,7 @@ SRC_URI="http://ftp.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug +threads pic" RDEPEND="" |