From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 297BE139694 for ; Sun, 25 Jun 2017 16:37:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71F8325401D; Sun, 25 Jun 2017 16:37:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EE2D25401D for ; Sun, 25 Jun 2017 16:37:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 638183416B4 for ; Sun, 25 Jun 2017 16:37:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29C647466 for ; Sun, 25 Jun 2017 16:37:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1498408640.b6c55e4f025e77a60fa49446a56180120b5a5f93.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kbibtex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/kbibtex/kbibtex-0.6.2.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b6c55e4f025e77a60fa49446a56180120b5a5f93 X-VCS-Branch: master Date: Sun, 25 Jun 2017 16:37:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6b962b4e-b0db-4f56-9dab-5aae151271f1 X-Archives-Hash: d927f4d79d27fe83d8153c357b62b744 commit: b6c55e4f025e77a60fa49446a56180120b5a5f93 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 25 16:36:58 2017 +0000 Commit: Andreas Sturmlechner gentoo 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