commit: 89e9fb3fee3d3abc694ba84d9a9f32bda74b3983
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 2 17:48:52 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 19:34:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e9fb3f
media-video/subtitleeditor: lock enchant dep to SLOT=0
configure checks only for enchant.pc, not enchant-2.pc
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild
b/media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild
index 7fd3898e88d..80b462e5b9b 100644
--- a/media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild
+++ b/media-video/subtitleeditor/subtitleeditor-0.54.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,7 +17,7 @@ IUSE="debug nls"
# opengl would mix gtk+:2 and :3 which is not possible
RDEPEND="
- >=app-text/enchant-1.4
+ >=app-text/enchant-1.4:0
app-text/iso-codes
>=dev-cpp/cairomm-1.12
>=dev-cpp/glibmm-2.46:2