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 20F06139085 for ; Thu, 29 Dec 2016 11:50:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 988B2E0BFE; Thu, 29 Dec 2016 11:50:08 +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 7A247E0BFE for ; Thu, 29 Dec 2016 11:50:08 +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 74C9234106E for ; Thu, 29 Dec 2016 11:50:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACFFE24E4 for ; Thu, 29 Dec 2016 11:50:04 +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: <1483012193.d062d99e0c3c0cad347d7eba47d3af269ed7a2f6.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/umbrello/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/umbrello/umbrello-16.12.0.ebuild X-VCS-Directories: kde-apps/umbrello/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d062d99e0c3c0cad347d7eba47d3af269ed7a2f6 X-VCS-Branch: master Date: Thu, 29 Dec 2016 11:50:04 +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: 58439dc4-5284-46a4-a8fa-d97c2c0a0562 X-Archives-Hash: aaf0efc7bad1af8c735ea8d6cb0699fb commit: d062d99e0c3c0cad347d7eba47d3af269ed7a2f6 Author: Michael Palimaka gentoo org> AuthorDate: Thu Dec 29 11:49:46 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 29 11:49:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d062d99e kde-apps/umbrello: add missing dependency Gentoo-bug: 603874 Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/umbrello/umbrello-16.12.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/umbrello/umbrello-16.12.0.ebuild b/kde-apps/umbrello/umbrello-16.12.0.ebuild index b85d5b3..1e81bab 100644 --- a/kde-apps/umbrello/umbrello-16.12.0.ebuild +++ b/kde-apps/umbrello/umbrello-16.12.0.ebuild @@ -33,6 +33,7 @@ DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtprintsupport) $(add_qt_dep qtsvg) + $(add_qt_dep qtwebkit) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) dev-libs/libxml2