Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/goldendict/
Date: Thu, 28 Sep 2017 19:27:02
Message-Id: 1506626805.eed689e9cdcdaf64dd4944c1d1241a0c5b3845c9.asturm@gentoo
1 commit: eed689e9cdcdaf64dd4944c1d1241a0c5b3845c9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 28 19:25:50 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 19:26:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed689e9
7
8 app-text/goldendict: USE=ffmpeg disables libav too, bug #603238
9
10 Remove libav from the DISABLE_INTERNAL_PLAYER conditional, as it
11 contradicts the DEPENDs setup.
12
13 Package-Manager: Portage-2.3.8, Repoman-2.3.1
14
15 app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild b/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild
19 index f49ddfb6ad2..ddc2b378630 100644
20 --- a/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild
21 +++ b/app-text/goldendict/goldendict-1.5.0_rc2-r1.ebuild
22 @@ -72,7 +72,7 @@ src_prepare() {
23 src_configure() {
24 local myconf=()
25
26 - if ! use ffmpeg && ! use libav ; then
27 + if ! use ffmpeg ; then
28 myconf+=( DISABLE_INTERNAL_PLAYER=1 )
29 fi