summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-25 18:36:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-25 18:37:20 +0200
commitb6c55e4f025e77a60fa49446a56180120b5a5f93 (patch)
tree9e66b32b8ef71b949415f8e948c0f0ad1a71cfd2 /app-text/kbibtex
parentsys-apps/texinfo: amd64 stable wrt bug #622554 (diff)
downloadgentoo-b6c55e4f025e77a60fa49446a56180120b5a5f93.tar.gz
gentoo-b6c55e4f025e77a60fa49446a56180120b5a5f93.tar.bz2
gentoo-b6c55e4f025e77a60fa49446a56180120b5a5f93.zip
app-text/kbibtex: Drop USE=webkit
Gentoo-bug: 620684 Package-Manager: Portage-2.3.6, Repoman-2.3.1
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