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/vacuum/
Date: Sun, 02 Feb 2020 19:35:47
Message-Id: 1580672066.31f9d517e99731ec4f6d3874f3eaa6fd094494a9.leio@gentoo
1 commit: 31f9d517e99731ec4f6d3874f3eaa6fd094494a9
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 19:21:41 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=31f9d517
7
8 net-im/vacuum: 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/vacuum/vacuum-1.3.0_pre20180105.ebuild | 4 ++--
16 net-im/vacuum/vacuum-9999.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild b/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild
20 index 0b60a4d2b10..cdb7af2a260 100644
21 --- a/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild
22 +++ b/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -58,7 +58,7 @@ DEPEND="
30 messagearchiver? ( dev-qt/qtsql:5[sqlite] )
31 spell? (
32 aspell? ( app-text/aspell )
33 - enchant? ( app-text/enchant )
34 + enchant? ( app-text/enchant:0 )
35 hunspell? ( app-text/hunspell )
36 )
37 "
38
39 diff --git a/net-im/vacuum/vacuum-9999.ebuild b/net-im/vacuum/vacuum-9999.ebuild
40 index b2f5d478a4d..edcb05c884a 100644
41 --- a/net-im/vacuum/vacuum-9999.ebuild
42 +++ b/net-im/vacuum/vacuum-9999.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2020 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -53,7 +53,7 @@ DEPEND="
50 messagearchiver? ( dev-qt/qtsql:5[sqlite] )
51 spell? (
52 aspell? ( app-text/aspell )
53 - enchant? ( app-text/enchant )
54 + enchant? ( app-text/enchant:0 )
55 hunspell? ( app-text/hunspell )
56 )
57 "