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/kadu/
Date: Sun, 02 Feb 2020 19:35:50
Message-Id: 1580672067.e9a0452a72de64bada801bbf67b33d4b4a9d9aa1.leio@gentoo
1 commit: e9a0452a72de64bada801bbf67b33d4b4a9d9aa1
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 19:23:01 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 19:34:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a0452a
7
8 net-im/kadu: lock enchant dep to SLOT=0
9
10 cmake checks only for enchant.pc, not enchant-2.pc
11
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
14
15 net-im/kadu/kadu-4.3-r2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-im/kadu/kadu-4.3-r2.ebuild b/net-im/kadu/kadu-4.3-r2.ebuild
19 index 8caf2eac7c4..4b1cc6ce54b 100644
20 --- a/net-im/kadu/kadu-4.3-r2.ebuild
21 +++ b/net-im/kadu/kadu-4.3-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28 @@ -49,7 +49,7 @@ COMMON_DEPEND="
29 >=dev-libs/libgcrypt-1.2.2:0
30 >=net-libs/libotr-4.1.0
31 )
32 - spell? ( app-text/enchant )
33 + spell? ( app-text/enchant:0 )
34 xmpp? (
35 net-dns/libidn:*
36 >=net-libs/qxmpp-0.9.3-r1