summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-03-18 12:16:01 +0100
committerPacho Ramos <pacho@gentoo.org>2018-03-18 13:40:30 +0100
commitfbfcbe19da08a5ecf744b2e3439dffe943029896 (patch)
tree3db744901a5dd50e4d93912de3bad74d34aa1118 /media-sound
parentapp-admin/conserver: stable 8.1.18-r1 for ppc64, bug #632048 (diff)
downloadgentoo-fbfcbe19da08a5ecf744b2e3439dffe943029896.tar.gz
gentoo-fbfcbe19da08a5ecf744b2e3439dffe943029896.tar.bz2
gentoo-fbfcbe19da08a5ecf744b2e3439dffe943029896.zip
media-sound/beets: Disable mp3gain/aacgain support (#643400)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/beets/beets-1.4.3-r1.ebuild (renamed from media-sound/beets/beets-1.4.3.ebuild)4
1 files 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
index 80bae16a2efe..80af3567acb7 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}]