commit:     8c437db8f7cbc5ff5c4434663dc89420736c1bee
Author:     0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Tue Mar  7 03:29:46 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 09:17:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c437db8

app-leechcraft/lc-poshuku: fix passing webkit and webengine flags to cmake

Closes: https://github.com/gentoo/gentoo/pull/4146

 app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild 
b/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
index d35eda2be3e..2af38f4abda 100644
--- a/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
+++ b/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
@@ -43,8 +43,8 @@ src_configure() {
                -DENABLE_POSHUKU_ONLINEBOOKMARKS=$(usex onlinebookmarks)
                -DENABLE_POSHUKU_QRD=$(usex qrd)
                -DENABLE_POSHUKU_SPEEDDIAL=$(usex speeddial)
-               -DENABLE_POSHUKU_WEBKITVIEW=$(usex webkitview)
-               -DENABLE_POSHUKU_WEBENGINEVIEW=$(usex webengineview)
+               -DENABLE_POSHUKU_WEBKITVIEW=$(usex webkit)
+               -DENABLE_POSHUKU_WEBENGINEVIEW=$(usex webengine)
        )
 
        cmake-utils_src_configure

Reply via email to