summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/darkice/darkice-1.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-sound/darkice/darkice-1.2.ebuild b/media-sound/darkice/darkice-1.2.ebuild
index 5e2df69723be..1060f391334d 100644
--- a/media-sound/darkice/darkice-1.2.ebuild
+++ b/media-sound/darkice/darkice-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -26,7 +26,9 @@ RDEPEND="aac? ( media-libs/faac )
vorbis? ( media-libs/libvorbis )"
DEPEND="${RDEPEND}"
-REQUIRED_USE="|| ( aac aacplus mp3 opus twolame vorbis )
+# Version 1.2 doesn't check for opus as input codec (bug #593790).
+# This is fixed in version 1.3
+REQUIRED_USE="|| ( aac aacplus mp3 twolame vorbis )
|| ( alsa jack pulseaudio )"
src_prepare() {