app-editors/bluefish: restore minimum enchant version requirement
authorMart Raudsepp <leio@gentoo.org>
Sun, 2 Feb 2020 18:44:54 +0000 (20:44 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sun, 2 Feb 2020 19:34:24 +0000 (21:34 +0200)
>=enchant-2 in unmasked form will be in a SLOT=2, thus we can restore
the minimum enchant requirement while specifying enchant:0 as the dep.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
app-editors/bluefish/bluefish-2.2.10.ebuild

index 9443e11890ad06c32fc26001eac3ee0a2e9ac54f..b68e95c70ffe5d5c7ee9aadc49d08686bc71ca1b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ RDEPEND="
                gucharmap? ( gnome-extra/gucharmap:2.90 )
        )
        python? ( ${PYTHON_DEPS} )
-       spell? ( <app-text/enchant-2 )"
+       spell? ( >=app-text/enchant-1.4:0 )"
 DEPEND="${RDEPEND}
        dev-libs/libxml2:2
        >=dev-libs/glib-2.24:2