commit:     75c9442984b7e0a23cf28cb2ac838a8c9102d738
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 22:41:15 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 22:42:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c94429

ecm.eclass: Fix inverted usex handbook logic

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/ecm.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass
index e24ac68cae3..b6fe0616b2a 100644
--- a/eclass/ecm.eclass
+++ b/eclass/ecm.eclass
@@ -511,7 +511,7 @@ ecm_src_configure() {
        fi
 
        if [[ ${ECM_HANDBOOK} = optional ]] ; then
-               cmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5DocTools=$(usex 
handbook) )
+               cmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5DocTools=$(usex 
!handbook) )
        fi
 
        if in_iuse designer && [[ ${ECM_DESIGNERPLUGIN} = true ]]; then

Reply via email to