Skip to content

Commit

Permalink
app-text/kbibtex: Drop USE=webkit
Browse files Browse the repository at this point in the history
Gentoo-bug: 620684

Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
a17r committed Jun 25, 2017
1 parent e91c5e2 commit b6c55e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app-text/kbibtex/kbibtex-0.6.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

EAPI=6

WEBKIT_REQUIRED="optional"
inherit kde4-base

DESCRIPTION="BibTeX editor by KDE to edit bibliographies used with LaTeX"
Expand Down Expand Up @@ -31,7 +30,7 @@ PATCHES=( "${FILESDIR}/${P}-webkit.patch" )

src_configure() {
local mycmakeargs=(
-DWITH_QTWEBKIT=$(usex webkit)
-DWITH_QTWEBKIT=OFF
)

kde4-base_src_configure
Expand Down

0 comments on commit b6c55e4

Please sign in to comment.