From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 303301389E2 for ; Fri, 26 Dec 2014 16:29:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92391E0A84; Fri, 26 Dec 2014 16:29:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40E27E0A84 for ; Fri, 26 Dec 2014 16:29:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6434B340554 for ; Fri, 26 Dec 2014 16:29:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0633D6BE for ; Fri, 26 Dec 2014 16:29:02 +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: <1419611346.8b2acb329a003cae319237b07eb347d5df6a414f.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevplatform/kdevplatform-9999.ebuild X-VCS-Directories: dev-util/kdevplatform/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8b2acb329a003cae319237b07eb347d5df6a414f X-VCS-Branch: master Date: Fri, 26 Dec 2014 16:29:02 +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: 1b7b9f2e-79d2-4922-9f2a-fc1dcf1c861d X-Archives-Hash: 258ee88a57bd4695a993c7ec0c1fb04c commit: 8b2acb329a003cae319237b07eb347d5df6a414f Author: Michael Palimaka gentoo org> AuthorDate: Fri Dec 26 16:29:06 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Dec 26 16:29:06 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8b2acb32 [dev-util/kdevplatform] Remove USE dependency which does not exist. Package-Manager: portage-2.2.15 --- dev-util/kdevplatform/kdevplatform-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevplatform/kdevplatform-9999.ebuild b/dev-util/kdevplatform/kdevplatform-9999.ebuild index 6e527ca..0d7e796 100644 --- a/dev-util/kdevplatform/kdevplatform-9999.ebuild +++ b/dev-util/kdevplatform/kdevplatform-9999.ebuild @@ -56,7 +56,7 @@ COMMON_DEPEND=" dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtquick1:5 - dev-qt/qtwebkit:5[widgets] + dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 "