Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/
Date: Sun, 02 Feb 2020 19:35:48
Message-Id: 1580672066.72b581e0762a4f986f1b73c415e65b2694d6f42f.leio@gentoo
1 commit: 72b581e0762a4f986f1b73c415e65b2694d6f42f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 19:17:31 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 19:34:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b581e0
7
8 net-im/psi: lock enchant dep to SLOT=0
9
10 It checks only for enchant.pc, but not the parallel-installable
11 enchant-2 versions (just the early ones that had enchant.pc still,
12 but changed ABI). Appears to be the case in current 9999 clone
13 as well.
14
15 Package-Manager: Portage-2.3.84, Repoman-2.3.20
16 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
17
18 net-im/psi/psi-1.4.ebuild | 4 ++--
19 net-im/psi/psi-9999.ebuild | 4 ++--
20 2 files changed, 4 insertions(+), 4 deletions(-)
21
22 diff --git a/net-im/psi/psi-1.4.ebuild b/net-im/psi/psi-1.4.ebuild
23 index ac7520c15da..9db7e130e00 100644
24 --- a/net-im/psi/psi-1.4.ebuild
25 +++ b/net-im/psi/psi-1.4.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2019 Gentoo Authors
28 +# Copyright 1999-2020 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -39,7 +39,7 @@ RDEPEND="
33 x11-libs/libxcb
34 aspell? ( app-text/aspell )
35 dbus? ( dev-qt/qtdbus:5 )
36 - enchant? ( >=app-text/enchant-1.3.0 )
37 + enchant? ( >=app-text/enchant-1.3.0:0 )
38 hunspell? ( app-text/hunspell:= )
39 webengine? (
40 dev-qt/qtwebchannel:5
41
42 diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
43 index 24d8d574291..e1a2ea1f572 100644
44 --- a/net-im/psi/psi-9999.ebuild
45 +++ b/net-im/psi/psi-9999.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2019 Gentoo Authors
48 +# Copyright 1999-2020 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=7
52 @@ -52,7 +52,7 @@ DEPEND="
53 x11-libs/libxcb
54 aspell? ( app-text/aspell )
55 dbus? ( dev-qt/qtdbus:5 )
56 - enchant? ( >=app-text/enchant-1.3.0 )
57 + enchant? ( >=app-text/enchant-1.3.0:0 )
58 hunspell? ( app-text/hunspell:= )
59 webengine? (
60 dev-qt/qtwebchannel:5