diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-25 16:26:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-25 16:26:41 +0000 |
commit | fee73532bb2a73faac63036a7e5b82fc841cd823 (patch) | |
tree | 17bca1215799a23e0301f5029340642e4a4065e4 /media-libs/libvpx | |
parent | Version bump (diff) | |
download | gentoo-2-fee73532bb2a73faac63036a7e5b82fc841cd823.tar.gz gentoo-2-fee73532bb2a73faac63036a7e5b82fc841cd823.tar.bz2 gentoo-2-fee73532bb2a73faac63036a7e5b82fc841cd823.zip |
use proper abi_x86 flags for the yasm dep; leave the *-fbsd ones until it has abi_x86 support
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r-- | media-libs/libvpx/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-9999.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/libvpx/ChangeLog b/media-libs/libvpx/ChangeLog index 6235512ac52a..0bc65e46a766 100644 --- a/media-libs/libvpx/ChangeLog +++ b/media-libs/libvpx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libvpx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.79 2013/06/25 15:07:00 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.80 2013/06/25 16:26:41 aballier Exp $ + + 25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild: + use proper abi_x86 flags for the yasm dep; leave the *-fbsd ones until it has + abi_x86 support 25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild: Go multilib and add missing yasm dep for amd64-fbsd diff --git a/media-libs/libvpx/libvpx-9999.ebuild b/media-libs/libvpx/libvpx-9999.ebuild index 1a50f28fe36a..84cae7ee460c 100644 --- a/media-libs/libvpx/libvpx-9999.ebuild +++ b/media-libs/libvpx/libvpx-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/libvpx/libvpx-9999.ebuild,v 1.31 2013/06/25 15:07:00 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.32 2013/06/25 16:26:41 aballier Exp $ EAPI=4 inherit multilib toolchain-funcs flag-o-matic multilib-minimal @@ -26,8 +26,8 @@ SLOT="0" IUSE="altivec debug doc mmx postproc sse sse2 sse3 ssse3 sse4_1 static-libs +threads" RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224 )" -DEPEND="amd64? ( dev-lang/yasm ) - x86? ( dev-lang/yasm ) +DEPEND="abi_x86_32? ( dev-lang/yasm ) + abi_x86_64? ( dev-lang/yasm ) x86-fbsd? ( dev-lang/yasm ) amd64-fbsd? ( dev-lang/yasm ) doc? ( |