From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-897872-garchives=archives.gentoo.org@lists.gentoo.org> 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 4B8D713832F for <garchives@archives.gentoo.org>; 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 202ADE08D5; Sat, 20 Aug 2016 18:28:51 +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 636EBE08D5 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Aug 2016 18:28:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9C1E13404A5 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Aug 2016 18:28:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E343A2461 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Aug 2016 18:28:46 +0000 (UTC) From: "Michael Palimaka" <kensington@gentoo.org> 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" <kensington@gentoo.org> Message-ID: <1471717706.cfb01de42f8068cc863d7a1f816261652e15b831.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop/kdevelop-4.7.2.ebuild dev-util/kdevelop/kdevelop-4.7.3.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cfb01de42f8068cc863d7a1f816261652e15b831 X-VCS-Branch: master Date: Sat, 20 Aug 2016 18:28:46 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8d6842a3-37e9-4f06-820e-9451846b66ea X-Archives-Hash: e2c1e8ab54c6130d7fc9daa5f1529961 commit: cfb01de42f8068cc863d7a1f816261652e15b831 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Sat Aug 13 10:18:34 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Aug 20 18:28:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb01de4 dev-util/kdevelop: Add WEBKIT_REQUIRED=always Package-Manager: portage-2.2.28 dev-util/kdevelop/kdevelop-4.7.2.ebuild | 2 +- dev-util/kdevelop/kdevelop-4.7.3.ebuild | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/kdevelop/kdevelop-4.7.2.ebuild b/dev-util/kdevelop/kdevelop-4.7.2.ebuild index eccdf43..fb36a9b 100644 --- a/dev-util/kdevelop/kdevelop-4.7.2.ebuild +++ b/dev-util/kdevelop/kdevelop-4.7.2.ebuild @@ -7,7 +7,7 @@ EAPI=5 KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds nl pl pt pt_BR ru sk sl sv th tr uk zh_CN zh_TW" VIRTUALX_REQUIRED="test" -EGIT_BRANCH="4.7" +WEBKIT_REQUIRED="always" inherit kde4-base DESCRIPTION="Integrated Development Environment, supporting KDE/Qt, C/C++ and much more" diff --git a/dev-util/kdevelop/kdevelop-4.7.3.ebuild b/dev-util/kdevelop/kdevelop-4.7.3.ebuild index bd14488..ca1eb2c 100644 --- a/dev-util/kdevelop/kdevelop-4.7.3.ebuild +++ b/dev-util/kdevelop/kdevelop-4.7.3.ebuild @@ -7,6 +7,7 @@ EAPI=5 KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds nl pl pt pt_BR ru sk sl sv th tr uk zh_CN zh_TW" VIRTUALX_REQUIRED="test" +WEBKIT_REQUIRED="always" inherit kde4-base DESCRIPTION="Integrated Development Environment, supporting KDE/Qt, C/C++ and much more"