app-text/goldendict: USE=ffmpeg disables libav too, bug #603238
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 28 Sep 2017 19:25:50 +0000 (21:25 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 28 Sep 2017 19:26:45 +0000 (21:26 +0200)
Remove libav from the DISABLE_INTERNAL_PLAYER conditional, as it
contradicts the DEPENDs setup.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild

index f49ddfb6ad24da7045e226f8fce75e1a3135d6d6..ddc2b378630ba4a7f969bd37e26a818a027bffbb 100644 (file)
@@ -72,7 +72,7 @@ src_prepare() {
 src_configure() {
        local myconf=()
 
-       if ! use ffmpeg && ! use libav ; then
+       if ! use ffmpeg ; then
                myconf+=( DISABLE_INTERNAL_PLAYER=1 )
        fi