commit: b6c55e4f025e77a60fa49446a56180120b5a5f93
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 16:36:58 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 16:37:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c55e4f
app-text/kbibtex: Drop USE=webkit
Gentoo-bug: 620684
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-text/kbibtex/kbibtex-0.6.2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-text/kbibtex/kbibtex-0.6.2.ebuild
b/app-text/kbibtex/kbibtex-0.6.2.ebuild
index 51eb177cfc8..1ed3726917b 100644
--- a/app-text/kbibtex/kbibtex-0.6.2.ebuild
+++ b/app-text/kbibtex/kbibtex-0.6.2.ebuild
@@ -3,7 +3,6 @@
EAPI=6
-WEBKIT_REQUIRED="optional"
inherit kde4-base
DESCRIPTION="BibTeX editor by KDE to edit bibliographies used with LaTeX"
@@ -31,7 +30,7 @@ PATCHES=( "${FILESDIR}/${P}-webkit.patch" )
src_configure() {
local mycmakeargs=(
- -DWITH_QTWEBKIT=$(usex webkit)
+ -DWITH_QTWEBKIT=OFF
)
kde4-base_src_configure