app-text/gtkspell: lock enchant dep to SLOT=0
authorMart Raudsepp <leio@gentoo.org>
Sun, 2 Feb 2020 18:28:09 +0000 (20:28 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sun, 2 Feb 2020 19:34:22 +0000 (21:34 +0200)
configure checks only for enchant.pc, not enchant-2.pc
The still p.masked 3.0.10 uses enchant-2 only instead.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
app-text/gtkspell/gtkspell-2.0.16.ebuild
app-text/gtkspell/gtkspell-3.0.9.ebuild

index 932bb5de0db2d849b684c85bad5913e03331a080..e2851ea43deed8bc401a80ec62ab8cca9ed65050 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=4
@@ -16,7 +16,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linu
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2
-       >=app-text/enchant-1.1.6"
+       >=app-text/enchant-1.1.6:0"
 DEPEND="${RDEPEND}
        dev-util/gtk-doc-am
        >=dev-util/intltool-0.35.0
index b3ba00b85791bb7d5aa127d0b3d903fa53716861..db2f17b17ddc82b171b4591f6f398c89736ce58b 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
@@ -17,7 +17,7 @@ IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND="
-       >=app-text/enchant-1.1.6
+       >=app-text/enchant-1.1.6:0
        app-text/iso-codes
        dev-libs/glib:2
        x11-libs/gtk+:3[introspection?]