diff options
author | 2010-09-17 09:24:44 +0000 | |
---|---|---|
committer | 2010-09-17 09:24:44 +0000 | |
commit | e94b230d5b2c7bfc002710d661f58ee696863ef7 (patch) | |
tree | 5ece9490e5ee8fc1adc930d6eab6b055318915b3 /media-libs/x264/x264-0.0.20100605.ebuild | |
parent | Builds fine with no sources installed. (diff) | |
download | gentoo-2-e94b230d5b2c7bfc002710d661f58ee696863ef7.tar.gz gentoo-2-e94b230d5b2c7bfc002710d661f58ee696863ef7.tar.bz2 gentoo-2-e94b230d5b2c7bfc002710d661f58ee696863ef7.zip |
stable x86, security bug 332361
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'media-libs/x264/x264-0.0.20100605.ebuild')
-rw-r--r-- | media-libs/x264/x264-0.0.20100605.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/x264/x264-0.0.20100605.ebuild b/media-libs/x264/x264-0.0.20100605.ebuild index cba2787ea5a6..a90f3ed8822a 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.2 2010/09/13 15:27:08 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20100605.ebuild,v 1.3 2010/09/17 09:24:44 fauli 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="" |