diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-04-09 15:58:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-04-09 15:58:53 +0000 |
commit | 5f91397a74fe5ce8c57a9d45d7a5620a36c5dd6c (patch) | |
tree | 1ad29b44e16c8cc9cb677ab5b9a69926637d4654 /media-libs/x264 | |
parent | Stable for amd64, wrt bug #401069 (diff) | |
download | historical-5f91397a74fe5ce8c57a9d45d7a5620a36c5dd6c.tar.gz historical-5f91397a74fe5ce8c57a9d45d7a5620a36c5dd6c.tar.bz2 historical-5f91397a74fe5ce8c57a9d45d7a5620a36c5dd6c.zip |
Stable for amd64, wrt bug #401069
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
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 4dcd99f091d9..70700f3b840f 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.68 2012/03/31 09:42:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.69 2012/04/09 15:58:01 ago Exp $ + + 09 Apr 2012; Agostino Sarubbo <ago@gentoo.org> x264-0.0.20111220.ebuild: + Stable for amd64, wrt bug #401069 31 Mar 2012; Agostino Sarubbo <ago@gentoo.org> x264-0.0.20111220.ebuild: reverted to ~amd64 diff --git a/media-libs/x264/x264-0.0.20111220.ebuild b/media-libs/x264/x264-0.0.20111220.ebuild index 19132fe02d9f..2eb49954b407 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.4 2012/03/31 09:42:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20111220.ebuild,v 1.5 2012/04/09 15:58:01 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" |