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 C2C6F138350 for ; Sun, 22 Mar 2020 19:31:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5390E096F; Sun, 22 Mar 2020 19:31:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6387FE096F for ; Sun, 22 Mar 2020 19:31:24 +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 11DCC34F72D for ; Sun, 22 Mar 2020 19:31:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B91A6102 for ; Sun, 22 Mar 2020 19:31:20 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1584905438.7c4f551c76063149ec8d216de47c5917da669a8c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/alsa-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/alsa-plugins/alsa-plugins-1.2.2.ebuild X-VCS-Directories: media-plugins/alsa-plugins/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7c4f551c76063149ec8d216de47c5917da669a8c X-VCS-Branch: master Date: Sun, 22 Mar 2020 19:31:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8554c1fc-a48d-4098-82a2-7d39f0dd1637 X-Archives-Hash: 8cb9bc90566fd7d999e481e3ce7f7567 commit: 7c4f551c76063149ec8d216de47c5917da669a8c Author: Matt Turner gentoo org> AuthorDate: Sun Mar 22 19:29:50 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 22 19:30:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4f551c media-plugins/alsa-plugins: Add [${MULTILIB_USEDEP}] to ffmpeg deps Plugins link against ffmpeg libraries, so multilib deps are necessary. Signed-off-by: Matt Turner gentoo.org> media-plugins/alsa-plugins/alsa-plugins-1.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/alsa-plugins/alsa-plugins-1.2.2.ebuild b/media-plugins/alsa-plugins/alsa-plugins-1.2.2.ebuild index 01b6cfeff09..1c05a56d907 100644 --- a/media-plugins/alsa-plugins/alsa-plugins-1.2.2.ebuild +++ b/media-plugins/alsa-plugins/alsa-plugins-1.2.2.ebuild @@ -16,8 +16,8 @@ IUSE="arcam_av debug ffmpeg jack libav libsamplerate +mix oss pulseaudio speex + RDEPEND=" >=media-libs/alsa-lib-${PV}:=[${MULTILIB_USEDEP}] ffmpeg? ( - libav? ( media-video/libav:= ) - !libav? ( media-video/ffmpeg:0= ) + libav? ( media-video/libav:=[${MULTILIB_USEDEP}] ) + !libav? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] ) ) jack? ( virtual/jack[${MULTILIB_USEDEP}] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.8-r1:=[${MULTILIB_USEDEP}] )