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 A106C138331 for ; Sun, 18 Mar 2018 12:42:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8BF9E081A; Sun, 18 Mar 2018 12:42:53 +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 7378DE081A for ; Sun, 18 Mar 2018 12:42:53 +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 25383335D31 for ; Sun, 18 Mar 2018 12:42:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BE54239 for ; Sun, 18 Mar 2018 12:42:50 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1521376830.fbfcbe19da08a5ecf744b2e3439dffe943029896.pacho@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.3-r1.ebuild media-sound/beets/beets-1.4.3.ebuild X-VCS-Directories: media-sound/beets/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: fbfcbe19da08a5ecf744b2e3439dffe943029896 X-VCS-Branch: master Date: Sun, 18 Mar 2018 12:42:50 +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: 06d4236e-e451-4544-ac77-ab4af3701dc6 X-Archives-Hash: e4827740ea6705cbd878321fc6c683d4 commit: fbfcbe19da08a5ecf744b2e3439dffe943029896 Author: Pacho Ramos gentoo org> AuthorDate: Sun Mar 18 11:16:01 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Mar 18 12:40:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbfcbe19 media-sound/beets: Disable mp3gain/aacgain support (#643400) Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-sound/beets/{beets-1.4.3.ebuild => beets-1.4.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/beets/beets-1.4.3.ebuild b/media-sound/beets/beets-1.4.3-r1.ebuild similarity index 96% rename from media-sound/beets/beets-1.4.3.ebuild rename to media-sound/beets/beets-1.4.3-r1.ebuild index 80bae16a2ef..80af3567acb 100644 --- a/media-sound/beets/beets-1.4.3.ebuild +++ b/media-sound/beets/beets-1.4.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="MIT" IUSE="badfiles bpd chroma convert doc discogs flac gstreamer lastgenre lastimport mpdstats ogg opus replaygain test thumbnails web" +REQUIRED_USE="replaygain? ( gstreamer )" RDEPEND=">=dev-python/enum34-1.0.4[${PYTHON_USEDEP}] dev-python/jellyfish[${PYTHON_USEDEP}] @@ -44,7 +45,6 @@ RDEPEND=">=dev-python/enum34-1.0.4[${PYTHON_USEDEP}] ogg? ( media-plugins/gst-plugins-ogg ) flac? ( media-plugins/gst-plugins-flac:1.0 ) opus? ( media-plugins/gst-plugins-opus:1.0 ) ) - !gstreamer? ( || ( media-sound/mp3gain media-sound/aacgain ) ) ) thumbnails? ( dev-python/pyxdg[${PYTHON_USEDEP}]