From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A327139085 for ; Thu, 26 Jan 2017 21:36:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 171FF22419F; Thu, 26 Jan 2017 21:36:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA65922419F for ; Thu, 26 Jan 2017 21:36:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4747340EE8 for ; Thu, 26 Jan 2017 21:36:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41AAB30C4 for ; Thu, 26 Jan 2017 21:36:53 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1485466608.229fafca58d3d7f34ef10233b3cecfce9551f01f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/ffmpeg-9999.ebuild X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 229fafca58d3d7f34ef10233b3cecfce9551f01f X-VCS-Branch: master Date: Thu, 26 Jan 2017 21:36:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0860b69c-35f0-44c6-b10e-3a17b13b24b7 X-Archives-Hash: 8b11e39954db0cc75b4b2e6a9d5fc798 commit: 229fafca58d3d7f34ef10233b3cecfce9551f01f Author: Alexis Ballier gentoo org> AuthorDate: Thu Jan 26 21:36:03 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jan 26 21:36:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229fafca media-video/ffmpeg: disable sofalizer in non native abis since netcdf is not multilib. Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-video/ffmpeg/ffmpeg-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 72c5f07..151504a 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -221,8 +221,8 @@ RDEPEND=" schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] ) sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] ) sofalizer? ( - >=sci-libs/netcdf-4.3.2-r1[hdf5,${MULTILIB_USEDEP}] - >=sci-libs/hdf5-1.8.18[hl,${MULTILIB_USEDEP}] + >=sci-libs/netcdf-4.3.2-r1[hdf5] + >=sci-libs/hdf5-1.8.18[hl] ) speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] ) ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] ) @@ -340,7 +340,7 @@ multilib_src_configure() { # (temporarily) disable non-multilib deps if ! multilib_is_native_abi; then - for i in frei0r ; do + for i in frei0r netcdf ; do myconf+=( --disable-${i} ) done fi