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 3B0D1138334 for ; Wed, 5 Sep 2018 21:08:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 393B9E07C7; Wed, 5 Sep 2018 21:08:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0AC8FE07A7 for ; Wed, 5 Sep 2018 21:08:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3F921335CCF for ; Wed, 5 Sep 2018 21:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D51913C6 for ; Wed, 5 Sep 2018 21:08:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1536181602.9d8706f11b83454bf7c9ed4c27c8707c77446513.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/beets/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/beets/beets-1.4.7.ebuild X-VCS-Directories: media-sound/beets/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9d8706f11b83454bf7c9ed4c27c8707c77446513 X-VCS-Branch: master Date: Wed, 5 Sep 2018 21:08:03 +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: 6509f534-ec1a-499e-801c-33dd61afa83d X-Archives-Hash: 342221d1bb3fb651eba3508cbb816e06 commit: 9d8706f11b83454bf7c9ed4c27c8707c77446513 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 5 21:04:23 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 5 21:06:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8706f1 media-sound/beets: +replaygain,+gstreamer needs gst-plugins-meta[ffmpeg] Reported-by: protonmail.com> Closes: https://bugs.gentoo.org/663398 Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-sound/beets/beets-1.4.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/beets/beets-1.4.7.ebuild b/media-sound/beets/beets-1.4.7.ebuild index b0ea1935a00..580bf88dca8 100644 --- a/media-sound/beets/beets-1.4.7.ebuild +++ b/media-sound/beets/beets-1.4.7.ebuild @@ -51,7 +51,7 @@ RDEPEND=" gstreamer? ( dev-python/pygobject:3[${PYTHON_USEDEP}] media-libs/gst-plugins-good:1.0 - media-plugins/gst-plugins-meta:1.0 + media-plugins/gst-plugins-meta:1.0[ffmpeg] ) !gstreamer? ( media-sound/mp3gain ) )