diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-09-28 21:25:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-09-28 21:26:45 +0200 |
commit | eed689e9cdcdaf64dd4944c1d1241a0c5b3845c9 (patch) | |
tree | 92fe3f5015b24bf79ad841b03266a6e851086b4d /app-text/goldendict | |
parent | app-text/goldendict: Disable git execution in src_configure (diff) | |
download | gentoo-eed689e9cdcdaf64dd4944c1d1241a0c5b3845c9.tar.gz gentoo-eed689e9cdcdaf64dd4944c1d1241a0c5b3845c9.tar.bz2 gentoo-eed689e9cdcdaf64dd4944c1d1241a0c5b3845c9.zip |
app-text/goldendict: USE=ffmpeg disables libav too, bug #603238
Remove libav from the DISABLE_INTERNAL_PLAYER conditional, as it
contradicts the DEPENDs setup.
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'app-text/goldendict')
-rw-r--r-- | app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild b/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild index f49ddfb6ad24..ddc2b378630b 100644 --- a/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild +++ b/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild @@ -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 |