diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-07 03:09:07 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-07 03:09:07 +0000 |
commit | 67be39a1c53918d4ed040ecf96808922794fae3b (patch) | |
tree | 4971b4d00ef7638226bbf08692ccf65f609a5588 /media-libs | |
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')
-rw-r--r-- | media-libs/libvpx/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-0.9.6.ebuild | 3 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-9999.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/libvpx/ChangeLog b/media-libs/libvpx/ChangeLog index 49068d73340a..d921b8b5b4ff 100644 --- a/media-libs/libvpx/ChangeLog +++ b/media-libs/libvpx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libvpx # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.27 2011/07/07 03:01:00 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.28 2011/07/07 03:09:07 aballier Exp $ + + 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> libvpx-0.9.6.ebuild, + libvpx-9999.ebuild: + x86-fbsd needs yasm too 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> -libvpx-0.9.5.ebuild: remove old 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 diff --git a/media-libs/libvpx/libvpx-9999.ebuild b/media-libs/libvpx/libvpx-9999.ebuild index 47ded078398c..3d6bdab4271e 100644 --- a/media-libs/libvpx/libvpx-9999.ebuild +++ b/media-libs/libvpx/libvpx-9999.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-9999.ebuild,v 1.12 2011/06/23 16:04:47 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.13 2011/07/07 03:09:07 aballier Exp $ EAPI=4 inherit multilib toolchain-funcs @@ -27,6 +27,7 @@ IUSE="altivec debug doc mmx postproc sse sse2 sse3 ssse3 sse4_1 +threads" RDEPEND="" DEPEND="amd64? ( dev-lang/yasm ) x86? ( dev-lang/yasm ) + x86-fbsd? ( dev-lang/yasm ) doc? ( app-doc/doxygen dev-lang/php |