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 F1F3F139694 for ; Fri, 26 May 2017 08:51:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80D6A21C0AB; Fri, 26 May 2017 08:51:30 +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 5765B21C0AB for ; Fri, 26 May 2017 08:51:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CC6C34168E for ; Fri, 26 May 2017 08:51:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52F1D7466 for ; Fri, 26 May 2017 08:51:27 +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: <1495788682.04801267a8008f61c44cb50a1d4af0b64aac75e0.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/ffmpeg/ffmpeg-9-r2.ebuild X-VCS-Directories: virtual/ffmpeg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 04801267a8008f61c44cb50a1d4af0b64aac75e0 X-VCS-Branch: master Date: Fri, 26 May 2017 08:51:27 +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: cac403d9-e39e-4a46-a58d-8dbcd6950c1f X-Archives-Hash: 0d45fda82654ffc2e6e8e1caf2711b3b commit: 04801267a8008f61c44cb50a1d4af0b64aac75e0 Author: Alexis Ballier gentoo org> AuthorDate: Sat Mar 11 09:46:52 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri May 26 08:51:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04801267 virtual/ffmpeg: Drop multilib flags. Those are not needed for executables and packages usedeping on the flags here likely should be converted to USE=libav Package-Manager: Portage-2.3.4, Repoman-2.3.2 virtual/ffmpeg/ffmpeg-9-r2.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/virtual/ffmpeg/ffmpeg-9-r2.ebuild b/virtual/ffmpeg/ffmpeg-9-r2.ebuild index 23f3412012d..f9b41e7f78b 100644 --- a/virtual/ffmpeg/ffmpeg-9-r2.ebuild +++ b/virtual/ffmpeg/ffmpeg-9-r2.ebuild @@ -3,8 +3,6 @@ EAPI=5 -inherit multilib-build - DESCRIPTION="Virtual package for FFmpeg executable implementation" # Please note that this virtual is only suited for packages that call @@ -19,6 +17,6 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd IUSE="X +encode gsm jpeg2k libav mp3 opus sdl speex theora threads truetype vaapi vdpau x264" RDEPEND=" - libav? ( >=media-video/libav-9.12[${MULTILIB_USEDEP},X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] ) - !libav? ( >=media-video/ffmpeg-1.2.6-r1:0[${MULTILIB_USEDEP},X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] ) + libav? ( >=media-video/libav-9.12[X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] ) + !libav? ( >=media-video/ffmpeg-1.2.6-r1:0[X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] ) "