Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kbibtex/
Date: Sun, 25 Jun 2017 16:37:34
Message-Id: 1498408640.b6c55e4f025e77a60fa49446a56180120b5a5f93.asturm@gentoo
1 commit: b6c55e4f025e77a60fa49446a56180120b5a5f93
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 25 16:36:58 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 25 16:37:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c55e4f
7
8 app-text/kbibtex: Drop USE=webkit
9
10 Gentoo-bug: 620684
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 app-text/kbibtex/kbibtex-0.6.2.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/app-text/kbibtex/kbibtex-0.6.2.ebuild b/app-text/kbibtex/kbibtex-0.6.2.ebuild
18 index 51eb177cfc8..1ed3726917b 100644
19 --- a/app-text/kbibtex/kbibtex-0.6.2.ebuild
20 +++ b/app-text/kbibtex/kbibtex-0.6.2.ebuild
21 @@ -3,7 +3,6 @@
22
23 EAPI=6
24
25 -WEBKIT_REQUIRED="optional"
26 inherit kde4-base
27
28 DESCRIPTION="BibTeX editor by KDE to edit bibliographies used with LaTeX"
29 @@ -31,7 +30,7 @@ PATCHES=( "${FILESDIR}/${P}-webkit.patch" )
30
31 src_configure() {
32 local mycmakeargs=(
33 - -DWITH_QTWEBKIT=$(usex webkit)
34 + -DWITH_QTWEBKIT=OFF
35 )
36
37 kde4-base_src_configure