diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-02 00:30:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-02 00:30:33 +0000 |
commit | dcb940dd1b45b301f9659a77767e8ce0268a2530 (patch) | |
tree | cd2cb27362d953cb4dced3c9a0fd0ab6e5e3370b | |
parent | version bump (bug #454968) (diff) | |
download | gentoo-2-dcb940dd1b45b301f9659a77767e8ce0268a2530.tar.gz gentoo-2-dcb940dd1b45b301f9659a77767e8ce0268a2530.tar.bz2 gentoo-2-dcb940dd1b45b301f9659a77767e8ce0268a2530.zip |
typo
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
-rw-r--r-- | media-libs/x264/x264-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild index 23a36876403d..33eb8bc97fd3 100644 --- a/media-libs/x264/x264-9999.ebuild +++ b/media-libs/x264/x264-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.5 2013/02/02 00:28:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.6 2013/02/02 00:30:33 ssuominen Exp $ EAPI=4 @@ -37,7 +37,7 @@ RDEPEND="" ASM_DEP=">=dev-lang/yasm-1" DEPEND=" amd64? ( ${ASM_DEP} ) - amd64-fbsd? ( >=dev-lang/yasm-1 ) + amd64-fbsd? ( ${ASM_DEP} ) x86? ( ${ASM_DEP} ) x86-fbsd? ( ${ASM_DEP} ) " |