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 8CEC013827A for ; Thu, 26 May 2016 15:08:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22D8923400C; Thu, 26 May 2016 15:08:28 +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 55B7323400B for ; Thu, 26 May 2016 15:08:27 +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 5C2D4340BCB for ; Thu, 26 May 2016 15:08:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62DE115F5 for ; Thu, 26 May 2016 15:08:23 +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: <1464268313.1f760d71949e6f187d11ad30b0ab2f0267903f0c.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/messagelib/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/messagelib/messagelib-9999.ebuild X-VCS-Directories: kde-apps/messagelib/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1f760d71949e6f187d11ad30b0ab2f0267903f0c X-VCS-Branch: master Date: Thu, 26 May 2016 15:08:23 +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: 610cdecb-cdd1-4dfa-903a-a4ce5b636750 X-Archives-Hash: dda1e76206362f585c13caac1ddfe4e6 commit: 1f760d71949e6f187d11ad30b0ab2f0267903f0c Author: Andreas Sturmlechner gmail com> AuthorDate: Tue May 24 14:09:58 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu May 26 13:11:53 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1f760d71 kde-apps/messagelib: Fix DEPENDs It still requires qtwebkit/kdewebkit, here to stay for some time. Package-Manager: portage-2.2.28 kde-apps/messagelib/messagelib-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kde-apps/messagelib/messagelib-9999.ebuild b/kde-apps/messagelib/messagelib-9999.ebuild index 211890b..c9ff5a6 100644 --- a/kde-apps/messagelib/messagelib-9999.ebuild +++ b/kde-apps/messagelib/messagelib-9999.ebuild @@ -22,6 +22,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdewebkit) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) @@ -36,7 +37,6 @@ COMMON_DEPEND=" $(add_frameworks_dep kxmlgui) $(add_frameworks_dep sonnet) $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-contact) $(add_kdeapps_dep akonadi-mime) $(add_kdeapps_dep akonadi-notes) $(add_kdeapps_dep gpgmepp) @@ -54,19 +54,19 @@ COMMON_DEPEND=" $(add_kdeapps_dep libgravatar) $(add_kdeapps_dep libkdepim) $(add_kdeapps_dep libkleo) - $(add_qt_dep designer) $(add_qt_dep qtgui) $(add_qt_dep qtnetwork) $(add_qt_dep qtprintsupport) $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwebkit) $(add_qt_dep qtwidgets) - dev-libs/grantlee:5 + >=dev-libs/grantlee-5.1.0:5 " DEPEND="${COMMON_DEPEND} - sys-devel/gettext + test? ( $(add_kdeapps_dep akonadi-contact) ) " RDEPEND="${COMMON_DEPEND} - !