Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/goldendict/
Date: Sat, 25 Apr 2020 17:44:15
Message-Id: 1587836620.3ceeb5eb87c84ffc3761506d88c9ff2ca8c21901.zlogene@gentoo
1 commit: 3ceeb5eb87c84ffc3761506d88c9ff2ca8c21901
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 17:42:46 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 17:43:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ceeb5eb
7
8 app-text/goldendict:
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild b/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
17 index cbbb665fe20..d8de7892396 100644
18 --- a/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
19 +++ b/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
27 LICENSE="GPL-3"
28 SLOT="0"
29 KEYWORDS="amd64 x86"
30 -IUSE="debug ffmpeg libav"
31 +IUSE="debug ffmpeg "
32
33 RDEPEND="
34 app-arch/bzip2
35 @@ -39,8 +39,7 @@ RDEPEND="
36 x11-libs/libXtst
37 ffmpeg? (
38 media-libs/libao
39 - libav? ( media-video/libav:0= )
40 - !libav? ( media-video/ffmpeg:0= )
41 + media-video/ffmpeg:0=
42 )
43 "
44 DEPEND="${RDEPEND}"