Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-poshuku/
Date: Tue, 07 Mar 2017 09:17:31
Message-Id: 1488878238.8c437db8f7cbc5ff5c4434663dc89420736c1bee.soap@gentoo
1 commit: 8c437db8f7cbc5ff5c4434663dc89420736c1bee
2 Author: 0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 7 03:29:46 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 09:17:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c437db8
7
8 app-leechcraft/lc-poshuku: fix passing webkit and webengine flags to cmake
9
10 Closes: https://github.com/gentoo/gentoo/pull/4146
11
12 app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild b/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
16 index d35eda2be3e..2af38f4abda 100644
17 --- a/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
18 +++ b/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
19 @@ -43,8 +43,8 @@ src_configure() {
20 -DENABLE_POSHUKU_ONLINEBOOKMARKS=$(usex onlinebookmarks)
21 -DENABLE_POSHUKU_QRD=$(usex qrd)
22 -DENABLE_POSHUKU_SPEEDDIAL=$(usex speeddial)
23 - -DENABLE_POSHUKU_WEBKITVIEW=$(usex webkitview)
24 - -DENABLE_POSHUKU_WEBENGINEVIEW=$(usex webengineview)
25 + -DENABLE_POSHUKU_WEBKITVIEW=$(usex webkit)
26 + -DENABLE_POSHUKU_WEBENGINEVIEW=$(usex webengine)
27 )
28
29 cmake-utils_src_configure