Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/bluefish/
Date: Sun, 02 Feb 2020 19:35:45
Message-Id: 1580672064.d90238dd41b4d37fd66064254978a09fae6d9f9b.leio@gentoo
1 commit: d90238dd41b4d37fd66064254978a09fae6d9f9b
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 18:44:54 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 19:34:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90238dd
7
8 app-editors/bluefish: restore minimum enchant version requirement
9
10 >=enchant-2 in unmasked form will be in a SLOT=2, thus we can restore
11 the minimum enchant requirement while specifying enchant:0 as the dep.
12
13 Package-Manager: Portage-2.3.84, Repoman-2.3.20
14 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
15
16 app-editors/bluefish/bluefish-2.2.10.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-editors/bluefish/bluefish-2.2.10.ebuild b/app-editors/bluefish/bluefish-2.2.10.ebuild
20 index 9443e11890a..b68e95c70ff 100644
21 --- a/app-editors/bluefish/bluefish-2.2.10.ebuild
22 +++ b/app-editors/bluefish/bluefish-2.2.10.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -27,7 +27,7 @@ RDEPEND="
30 gucharmap? ( gnome-extra/gucharmap:2.90 )
31 )
32 python? ( ${PYTHON_DEPS} )
33 - spell? ( <app-text/enchant-2 )"
34 + spell? ( >=app-text/enchant-1.4:0 )"
35 DEPEND="${RDEPEND}
36 dev-libs/libxml2:2
37 >=dev-libs/glib-2.24:2