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 3BFEB13832E for ; Sat, 20 Aug 2016 18:28:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBE98E08C7; Sat, 20 Aug 2016 18:28:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5597DE08D2 for ; Sat, 20 Aug 2016 18:28:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E289340662 for ; Sat, 20 Aug 2016 18:28:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1595245C for ; Sat, 20 Aug 2016 18:28:46 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1471717706.d7130f4077a189b65db7a665d3de6b6c7b54ce42.kensington@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.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d7130f4077a189b65db7a665d3de6b6c7b54ce42 X-VCS-Branch: master Date: Sat, 20 Aug 2016 18:28:46 +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: afd647eb-fbd1-4977-861b-c512778581f6 X-Archives-Hash: 3ba53062f8606acb63638136da82c804 commit: d7130f4077a189b65db7a665d3de6b6c7b54ce42 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Aug 13 10:02:42 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Aug 20 18:28:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7130f40 app-text/kbibtex: Add WEBKIT_REQUIRED=always Package-Manager: portage-2.2.28 app-text/kbibtex/kbibtex-0.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/kbibtex/kbibtex-0.6.ebuild b/app-text/kbibtex/kbibtex-0.6.ebuild index d09ff79..545d483 100644 --- a/app-text/kbibtex/kbibtex-0.6.ebuild +++ b/app-text/kbibtex/kbibtex-0.6.ebuild @@ -4,6 +4,7 @@ EAPI=5 +WEBKIT_REQUIRED="always" inherit kde4-base versionator DESCRIPTION="BibTeX editor for KDE to edit bibliographies used with LaTeX"