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 BD081138CA3 for ; Wed, 4 Mar 2015 14:19:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52ACEE0916; Wed, 4 Mar 2015 14:19:51 +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 E62A5E0916 for ; Wed, 4 Mar 2015 14:19:50 +0000 (UTC) Received: from manakin.gentoo.org (static-108-28-123-98.washdc.fios.verizon.net [108.28.123.98]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4A7F3406F1 for ; Wed, 4 Mar 2015 14:19:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by manakin.gentoo.org (Postfix) with ESMTP id 0A3B860519 for ; Wed, 4 Mar 2015 14:19:49 +0000 (UTC) From: "git@oystercatcher mirror+tproxy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "git@oystercatcher mirror+tproxy" Message-ID: <1425478768.2ea23997c666b937f4859f960727006c4b5a4291.git@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kompare/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kompare/kompare-9999.ebuild X-VCS-Directories: kde-apps/kompare/ X-VCS-Committer: git X-VCS-Committer-Name: git@oystercatcher mirror+tproxy X-VCS-Revision: 2ea23997c666b937f4859f960727006c4b5a4291 X-VCS-Branch: master Date: Wed, 4 Mar 2015 14:19:49 +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: 09927de3-3e69-40f0-a617-acdb1b358782 X-Archives-Hash: 4b1a280ff79dc11fd5acc55ca5899c4b commit: 2ea23997c666b937f4859f960727006c4b5a4291 Author: Michael Palimaka gentoo org> AuthorDate: Wed Mar 4 14:19:28 2015 +0000 Commit: git@oystercatcher mirror+tproxy oystercatcher gentoo org> CommitDate: Wed Mar 4 14:19:28 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2ea23997 [kde-apps/kompare] dev-qt/qtprintsupport is mandatory. Upstream commit: 1c2d71b3289172a7d5a10489fe6ea034758c8b6e Package-Manager: portage-2.2.17 kde-apps/kompare/kompare-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kompare/kompare-9999.ebuild b/kde-apps/kompare/kompare-9999.ebuild index 8724aff..216b7b2 100644 --- a/kde-apps/kompare/kompare-9999.ebuild +++ b/kde-apps/kompare/kompare-9999.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Kompare is a program to view the differences between files" HOMEPAGE="http://www.kde.org/applications/development/kompare http://www.caffeinated.me.uk/kompare" KEYWORDS="" -IUSE="printsupport" +IUSE="" RDEPEND=" $(add_frameworks_dep kcodecs) @@ -24,8 +24,8 @@ RDEPEND=" $(add_frameworks_dep ktexteditor) $(add_frameworks_dep kwidgetsaddons) $(add_kdeapps_dep libkomparediff2) + dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 - printsupport? ( dev-qt/qtprintsupport:5 ) " DEPEND="${RDEPEND}"