media-sound/darkice: Fixed RQUIReD_USE for input codecs (bug #593790).
authorLars Wendler <polynomial-c@gentoo.org>
Sat, 24 Sep 2016 23:24:25 +0000 (01:24 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Sat, 24 Sep 2016 23:24:40 +0000 (01:24 +0200)
Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
media-sound/darkice/darkice-1.2.ebuild

index 5e2df69723bef6e2d311f1b617169a2ef8f842e4..1060f391334d59b6ef117ac9de50f888990172be 100644 (file)
@@ -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() {