Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: app-text/goldendict/
Date: Sat, 25 Apr 2020 18:05:32
Message-Id: 1587837891.3cbc321c010ce3ff57aa45d81922ea9bfbfe5617.asturm@gentoo
1 commit: 3cbc321c010ce3ff57aa45d81922ea9bfbfe5617
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 17:42:46 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 18:04:51 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3cbc321c
7
8 app-text/goldendict: migrate from libav
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 app-text/goldendict/goldendict-9999.ebuild | 5 ++---
15 1 file changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/app-text/goldendict/goldendict-9999.ebuild b/app-text/goldendict/goldendict-9999.ebuild
18 index 32672acb..e0b7a2f4 100644
19 --- a/app-text/goldendict/goldendict-9999.ebuild
20 +++ b/app-text/goldendict/goldendict-9999.ebuild
21 @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/goldendict/goldendict.git"
22 LICENSE="GPL-3"
23 SLOT="0"
24 KEYWORDS=""
25 -IUSE="debug ffmpeg libav"
26 +IUSE="debug ffmpeg"
27
28 BDEPEND="
29 dev-qt/linguist-tools:5
30 @@ -41,8 +41,7 @@ DEPEND="
31 x11-libs/libXtst
32 ffmpeg? (
33 media-libs/libao
34 - libav? ( media-video/libav:0= )
35 - !libav? ( media-video/ffmpeg:0= )
36 + media-video/ffmpeg:0=
37 )
38 "
39 RDEPEND="${DEPEND}"