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 668DE13835A for ; Tue, 26 Jan 2021 11:37:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A358E0CD4; Tue, 26 Jan 2021 11:37:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0F924E0CCF for ; Tue, 26 Jan 2021 11:37:35 +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 7EC893410A0 for ; Tue, 26 Jan 2021 11:37:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFDC14A2 for ; Tue, 26 Jan 2021 11:37:32 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1611660376.6f8451df5bc09bde7875c15938ef751afb592bf1.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/beets/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/beets/beets-9999.ebuild X-VCS-Directories: media-sound/beets/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6f8451df5bc09bde7875c15938ef751afb592bf1 X-VCS-Branch: master Date: Tue, 26 Jan 2021 11:37:32 +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: 556d3e38-fd80-4c2f-a480-2ccb4c585cc3 X-Archives-Hash: 24def042be5228a88d7467dae0ce6eef commit: 6f8451df5bc09bde7875c15938ef751afb592bf1 Author: Guillaume Seren gmail com> AuthorDate: Mon Jan 25 17:03:03 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jan 26 11:26:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8451df media-sound/beets: Fix replaygain deps 9999 Closes: https://bugs.gentoo.org/767163 Signed-off-by: Guillaume Seren gmail.com> Signed-off-by: Joonas Niilola gentoo.org> media-sound/beets/beets-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/media-sound/beets/beets-9999.ebuild b/media-sound/beets/beets-9999.ebuild index 9f25baf0397..68328df9060 100644 --- a/media-sound/beets/beets-9999.ebuild +++ b/media-sound/beets/beets-9999.ebuild @@ -58,6 +58,7 @@ BDEPEND=" dev-python/mock[${PYTHON_MULTI_USEDEP}] dev-python/pyacoustid[${PYTHON_MULTI_USEDEP}] dev-python/pylast[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] dev-python/python-mpd[${PYTHON_MULTI_USEDEP}] dev-python/pyxdg[${PYTHON_MULTI_USEDEP}] || ( @@ -73,10 +74,7 @@ BDEPEND=" media-libs/gst-plugins-good:1.0 media-sound/mp3val media-sound/mp3gain - || ( - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] - media-plugins/gst-plugins-libav:1.0 - ) + media-plugins/gst-plugins-libav:1.0 media-video/ffmpeg:0[encode] ) ')"