commit: 31f9d517e99731ec4f6d3874f3eaa6fd094494a9
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 2 19:21:41 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 19:34:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f9d517
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 <AT> gentoo.org>
net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild | 4 ++--
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 0b60a4d2b10..cdb7af2a260 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 b2f5d478a4d..edcb05c884a 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 )
)
"