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 EB056138330 for ; Wed, 24 Aug 2016 13:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FAC021C09B; Wed, 24 Aug 2016 13:34:24 +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 520A321C08D for ; Wed, 24 Aug 2016 13:34:23 +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 2AD5734090F for ; Wed, 24 Aug 2016 13:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6C532457 for ; Wed, 24 Aug 2016 13:34:20 +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: <1472045651.c3612ca725d9de53083399db6513be83a5db2c2d.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/pimcommon/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/pimcommon/pimcommon-9999.ebuild X-VCS-Directories: kde-apps/pimcommon/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c3612ca725d9de53083399db6513be83a5db2c2d X-VCS-Branch: master Date: Wed, 24 Aug 2016 13:34:20 +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: f58b9be6-16d4-4c84-a254-49123796482b X-Archives-Hash: c2748498b0a6d2d8a3a1474162cf30c3 commit: c3612ca725d9de53083399db6513be83a5db2c2d Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Aug 21 21:12:47 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 24 13:34:11 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3612ca7 kde-apps/pimcommon: Add new DEPEND Upstream commit 7a15ab89a42bc66dac99adf9deb9cdceac4e2761 Package-Manager: portage-2.2.28 kde-apps/pimcommon/pimcommon-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/pimcommon/pimcommon-9999.ebuild b/kde-apps/pimcommon/pimcommon-9999.ebuild index 7063aa0..b197364 100644 --- a/kde-apps/pimcommon/pimcommon-9999.ebuild +++ b/kde-apps/pimcommon/pimcommon-9999.ebuild @@ -45,6 +45,7 @@ RDEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) $(add_qt_dep qtwebengine 'widgets') $(add_qt_dep qtwidgets) $(add_qt_dep qtxml)