summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2011-06-21 14:00:44 +0000
committerTobias Klausmann <klausman@gentoo.org>2011-06-21 14:00:44 +0000
commit699e5ef45fe331a32fe65ec8c28d529b851d728d (patch)
tree155d2b8ca7dd36049569a59e6e341402a66f09bd /media-libs/x264
parentStable on alpha, bug #365273 (diff)
downloadhistorical-699e5ef45fe331a32fe65ec8c28d529b851d728d.tar.gz
historical-699e5ef45fe331a32fe65ec8c28d529b851d728d.tar.bz2
historical-699e5ef45fe331a32fe65ec8c28d529b851d728d.zip
Stable on alpha, bug #365273
Package-Manager: portage-2.1.10.3/cvs/Linux x86_64
Diffstat (limited to 'media-libs/x264')
-rw-r--r--media-libs/x264/ChangeLog5
-rw-r--r--media-libs/x264/x264-0.0.20101029.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/x264/ChangeLog b/media-libs/x264/ChangeLog
index 8cab42d3f716..d72e167760cb 100644
--- a/media-libs/x264/ChangeLog
+++ b/media-libs/x264/ChangeLog
@@ -1,6 +1,9 @@
# 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.50 2011/05/28 06:30:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.51 2011/06/21 14:00:44 klausman Exp $
+
+ 21 Jun 2011; Tobias Klausmann <klausman@gentoo.org> x264-0.0.20101029.ebuild:
+ Stable on alpha, bug #365273
*x264-9999 (28 May 2011)
diff --git a/media-libs/x264/x264-0.0.20101029.ebuild b/media-libs/x264/x264-0.0.20101029.ebuild
index 1626a299156d..03afaf803fb4 100644
--- a/media-libs/x264/x264-0.0.20101029.ebuild
+++ b/media-libs/x264/x264-0.0.20101029.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.20101029.ebuild,v 1.5 2011/02/24 12:33:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20101029.ebuild,v 1.6 2011/06/21 14:00:44 klausman 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=""