diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-11-14 19:07:01 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-11-14 19:07:01 +0000 |
commit | 602ab607b20a9093dfa4830764703d7f5788a7d9 (patch) | |
tree | cee9a52b379e5bfde8564591008a58bc0a6869cc /media-libs/x264 | |
parent | alpha/sparc stable wrt #345165 (diff) | |
download | gentoo-2-602ab607b20a9093dfa4830764703d7f5788a7d9.tar.gz gentoo-2-602ab607b20a9093dfa4830764703d7f5788a7d9.tar.bz2 gentoo-2-602ab607b20a9093dfa4830764703d7f5788a7d9.zip |
sparc stable wrt #332361
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'media-libs/x264')
-rw-r--r-- | media-libs/x264/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/x264/x264-0.0.20100605.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/x264/ChangeLog b/media-libs/x264/ChangeLog index d9262bb4c16d..c34b7660d265 100644 --- a/media-libs/x264/ChangeLog +++ b/media-libs/x264/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/x264 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.41 2010/10/30 16:25:00 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.42 2010/11/14 19:07:01 armin76 Exp $ + + 14 Nov 2010; Raúl Porcel <armin76@gentoo.org> x264-0.0.20100605.ebuild: + sparc stable wrt #332361 *x264-0.0.20101029 (30 Oct 2010) diff --git a/media-libs/x264/x264-0.0.20100605.ebuild b/media-libs/x264/x264-0.0.20100605.ebuild index 741dbb37dd35..aabb7f13c4a6 100644 --- a/media-libs/x264/x264-0.0.20100605.ebuild +++ b/media-libs/x264/x264-0.0.20100605.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20100605.ebuild,v 1.6 2010/10/08 14:52:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20100605.ebuild,v 1.7 2010/11/14 19:07:01 armin76 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs versionator @@ -13,7 +13,7 @@ SRC_URI="ftp://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="" |