diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-03-31 09:34:12 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-03-31 09:34:12 +0000 |
commit | 7fce3973ed09c92137c42ff2eedbbcf24a94ec9a (patch) | |
tree | 2d060fafd30c421e20b4df5a8259849b399995e7 /media-libs/x264 | |
parent | Also apply the USB Blaster configure changes to live git version. (diff) | |
download | gentoo-2-7fce3973ed09c92137c42ff2eedbbcf24a94ec9a.tar.gz gentoo-2-7fce3973ed09c92137c42ff2eedbbcf24a94ec9a.tar.bz2 gentoo-2-7fce3973ed09c92137c42ff2eedbbcf24a94ec9a.zip |
Stable for amd64, wrt bug #401069
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'media-libs/x264')
-rw-r--r-- | media-libs/x264/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/x264/x264-0.0.20111220.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/x264/ChangeLog b/media-libs/x264/ChangeLog index be50605c67e4..a84b3475acf1 100644 --- a/media-libs/x264/ChangeLog +++ b/media-libs/x264/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/x264 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.66 2012/03/28 18:43:18 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.67 2012/03/31 09:34:12 ago Exp $ + + 31 Mar 2012; Agostino Sarubbo <ago@gentoo.org> x264-0.0.20111220.ebuild: + Stable for amd64, wrt bug #401069 *x264-0.0.20120327 (28 Mar 2012) diff --git a/media-libs/x264/x264-0.0.20111220.ebuild b/media-libs/x264/x264-0.0.20111220.ebuild index 00c70d9465ba..4e0e25e16955 100644 --- a/media-libs/x264/x264-0.0.20111220.ebuild +++ b/media-libs/x264/x264-0.0.20111220.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20111220.ebuild,v 1.2 2012/02/04 11:48:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20111220.ebuild,v 1.3 2012/03/31 09:34:12 ago Exp $ EAPI=4 @@ -29,7 +29,7 @@ SLOT="0" if [ "${PV#9999}" != "${PV}" ]; then KEYWORDS="" else - KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + KEYWORDS="~alpha amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" fi IUSE="10bit custom-cflags debug +interlaced pic static-libs +threads" |