From: Mart Raudsepp Date: Sun, 2 Feb 2020 19:21:41 +0000 (+0200) Subject: net-im/vacuum: lock enchant dep to SLOT=0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=31f9d517e99731ec4f6d3874f3eaa6fd094494a9;p=gentoo.git 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 --- 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 ) ) "