diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 21:21:41 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 21:34:26 +0200 |
commit | 31f9d517e99731ec4f6d3874f3eaa6fd094494a9 (patch) | |
tree | 52f35bc67a320c0e90f2b8a5e96ef795092e76c9 /net-im/vacuum | |
parent | net-im/psi: lock enchant dep to SLOT=0 (diff) | |
download | gentoo-31f9d517e99731ec4f6d3874f3eaa6fd094494a9.tar.gz gentoo-31f9d517e99731ec4f6d3874f3eaa6fd094494a9.tar.bz2 gentoo-31f9d517e99731ec4f6d3874f3eaa6fd094494a9.zip |
net-im/vacuum: lock enchant dep to SLOT=0
cmake checks only for enchant.pc, not enchant-2.pc
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-im/vacuum')
-rw-r--r-- | net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild | 4 | ||||
-rw-r--r-- | net-im/vacuum/vacuum-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild b/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild index 0b60a4d2b10a..cdb7af2a260d 100644 --- a/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild +++ b/net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -58,7 +58,7 @@ DEPEND=" messagearchiver? ( dev-qt/qtsql:5[sqlite] ) spell? ( aspell? ( app-text/aspell ) - enchant? ( app-text/enchant ) + enchant? ( app-text/enchant:0 ) hunspell? ( app-text/hunspell ) ) " diff --git a/net-im/vacuum/vacuum-9999.ebuild b/net-im/vacuum/vacuum-9999.ebuild index b2f5d478a4d4..edcb05c884a1 100644 --- a/net-im/vacuum/vacuum-9999.ebuild +++ b/net-im/vacuum/vacuum-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -53,7 +53,7 @@ DEPEND=" messagearchiver? ( dev-qt/qtsql:5[sqlite] ) spell? ( aspell? ( app-text/aspell ) - enchant? ( app-text/enchant ) + enchant? ( app-text/enchant:0 ) hunspell? ( app-text/hunspell ) ) " |