summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r--app-text/kbibtex/kbibtex-0.6.2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/kbibtex/kbibtex-0.6.2.ebuild b/app-text/kbibtex/kbibtex-0.6.2.ebuild
index 51eb177cfc81..1ed3726917b9 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