commit:     fa3b3b75991683ee3c336baa1c920f133f488c6e
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 11 16:17:31 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Oct 11 16:17:31 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=fa3b3b75

www-client/falkon: Simplify configure switch

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 www-client/falkon/falkon-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/falkon/falkon-9999.ebuild 
b/www-client/falkon/falkon-9999.ebuild
index e917a90c7e..4f40dc5a2d 100644
--- a/www-client/falkon/falkon-9999.ebuild
+++ b/www-client/falkon/falkon-9999.ebuild
@@ -63,7 +63,7 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
-               -DDISABLE_DBUS=$(usex dbus no yes)
+               -DDISABLE_DBUS=$(usex !dbus)
                -DBUILD_KEYRING=$(usex gnome-keyring)
                $(cmake-utils_use_find_package kwallet KF5Wallet)
                -DNONBLOCK_JS_DIALOGS=$(usex nonblockdialogs)

Reply via email to