commit:     72b581e0762a4f986f1b73c415e65b2694d6f42f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  2 19:17:31 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 19:34:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b581e0

net-im/psi: lock enchant dep to SLOT=0

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 <AT> gentoo.org>

 net-im/psi/psi-1.4.ebuild  | 4 ++--
 net-im/psi/psi-9999.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-im/psi/psi-1.4.ebuild b/net-im/psi/psi-1.4.ebuild
index ac7520c15da..9db7e130e00 100644
--- a/net-im/psi/psi-1.4.ebuild
+++ b/net-im/psi/psi-1.4.ebuild
@@ -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

diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
index 24d8d574291..e1a2ea1f572 100644
--- a/net-im/psi/psi-9999.ebuild
+++ b/net-im/psi/psi-9999.ebuild
@@ -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

Reply via email to