Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/subtitleeditor/
Date: Sun, 02 Feb 2020 19:35:43
Message-Id: 1580672061.89e9fb3fee3d3abc694ba84d9a9f32bda74b3983.leio@gentoo
1 commit: 89e9fb3fee3d3abc694ba84d9a9f32bda74b3983
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 17:48:52 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 19:34:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e9fb3f
7
8 media-video/subtitleeditor: lock enchant dep to SLOT=0
9
10 configure checks only for enchant.pc, not enchant-2.pc
11
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
14
15 media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild b/media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild
19 index 7fd3898e88d..80b462e5b9b 100644
20 --- a/media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild
21 +++ b/media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -17,7 +17,7 @@ IUSE="debug nls"
29 # opengl would mix gtk+:2 and :3 which is not possible
30
31 RDEPEND="
32 - >=app-text/enchant-1.4
33 + >=app-text/enchant-1.4:0
34 app-text/iso-codes
35 >=dev-cpp/cairomm-1.12
36 >=dev-cpp/glibmm-2.46:2