diff options
author | 2011-07-07 03:09:07 +0000 | |
---|---|---|
committer | 2011-07-07 03:09:07 +0000 | |
commit | 67be39a1c53918d4ed040ecf96808922794fae3b (patch) | |
tree | 4971b4d00ef7638226bbf08692ccf65f609a5588 /media-libs/libvpx/libvpx-0.9.6.ebuild | |
parent | depend on virtual/libiconv, bug #363101 (diff) | |
download | gentoo-2-67be39a1c53918d4ed040ecf96808922794fae3b.tar.gz gentoo-2-67be39a1c53918d4ed040ecf96808922794fae3b.tar.bz2 gentoo-2-67be39a1c53918d4ed040ecf96808922794fae3b.zip |
x86-fbsd needs yasm too
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libvpx/libvpx-0.9.6.ebuild')
-rw-r--r-- | media-libs/libvpx/libvpx-0.9.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/libvpx/libvpx-0.9.6.ebuild b/media-libs/libvpx/libvpx-0.9.6.ebuild index 7811767c724a..ac73ae514518 100644 --- a/media-libs/libvpx/libvpx-0.9.6.ebuild +++ b/media-libs/libvpx/libvpx-0.9.6.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/libvpx/libvpx-0.9.6.ebuild,v 1.8 2011/06/29 14:54:16 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.6.ebuild,v 1.9 2011/07/07 03:09:07 aballier Exp $ EAPI=4 inherit eutils multilib toolchain-funcs @@ -29,6 +29,7 @@ IUSE="altivec debug doc mmx postproc sse sse2 sse3 ssse3 +threads" RDEPEND="" DEPEND="amd64? ( dev-lang/yasm ) x86? ( dev-lang/yasm ) + x86-fbsd? ( dev-lang/yasm ) doc? ( app-doc/doxygen dev-lang/php |