net-im/vacuum: lock enchant dep to SLOT=0
authorMart Raudsepp <leio@gentoo.org>
Sun, 2 Feb 2020 19:21:41 +0000 (21:21 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sun, 2 Feb 2020 19:34:26 +0000 (21:34 +0200)
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>
net-im/vacuum/vacuum-1.3.0_pre20180105.ebuild
net-im/vacuum/vacuum-9999.ebuild

index 0b60a4d2b10a40e02f6695b82a18e050fb71715e..cdb7af2a260dc00bcaa070a7c77531dbae369174 100644 (file)
@@ -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 )
        )
 "
index b2f5d478a4d4e335c71256d812d005a030c8dbbd..edcb05c884a12867b485c03f21d8f124bbb9e037 100644 (file)
@@ -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 )
        )
 "