net-im/psi: lock enchant dep to SLOT=0
authorMart Raudsepp <leio@gentoo.org>
Sun, 2 Feb 2020 19:17:31 +0000 (21:17 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sun, 2 Feb 2020 19:34:26 +0000 (21:34 +0200)
It checks only for enchant.pc, but not the parallel-installable
enchant-2 versions (just the early ones that had enchant.pc still,
but changed ABI). Appears to be the case in current 9999 clone
as well.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
net-im/psi/psi-1.4.ebuild
net-im/psi/psi-9999.ebuild

index ac7520c15da36a652099e5fe6b626ff7db16158b..9db7e130e003b3410f47bee826da30349aa7173a 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
@@ -39,7 +39,7 @@ RDEPEND="
        x11-libs/libxcb
        aspell? ( app-text/aspell )
        dbus? ( dev-qt/qtdbus:5 )
-       enchant? ( >=app-text/enchant-1.3.0 )
+       enchant? ( >=app-text/enchant-1.3.0:0 )
        hunspell? ( app-text/hunspell:= )
        webengine? (
                dev-qt/qtwebchannel:5
index 24d8d574291e5cf23cd9f8830258595f31b11924..e1a2ea1f5729e7eb2c09d8161ff3c1ca23dd31a1 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=7
@@ -52,7 +52,7 @@ DEPEND="
        x11-libs/libxcb
        aspell? ( app-text/aspell )
        dbus? ( dev-qt/qtdbus:5 )
-       enchant? ( >=app-text/enchant-1.3.0 )
+       enchant? ( >=app-text/enchant-1.3.0:0 )
        hunspell? ( app-text/hunspell:= )
        webengine? (
                dev-qt/qtwebchannel:5