diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 21:17:31 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 21:34:26 +0200 |
commit | 72b581e0762a4f986f1b73c415e65b2694d6f42f (patch) | |
tree | d4d3d14b3f75e655641d761215fd1e9bb57b8679 /net-im | |
parent | dev-util/geany-plugins: prepare for app-text/enchant:2 (diff) | |
download | gentoo-72b581e0762a4f986f1b73c415e65b2694d6f42f.tar.gz gentoo-72b581e0762a4f986f1b73c415e65b2694d6f42f.tar.bz2 gentoo-72b581e0762a4f986f1b73c415e65b2694d6f42f.zip |
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@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/psi-1.4.ebuild | 4 | ||||
-rw-r--r-- | 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 ac7520c15da3..9db7e130e003 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 24d8d574291e..e1a2ea1f5729 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 |