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 565FF138806 for ; Mon, 25 Dec 2017 10:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2974E0E47; Mon, 25 Dec 2017 10:30:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D7B5E0C7A for ; Mon, 25 Dec 2017 10:30:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 678E833D4A6 for ; Mon, 25 Dec 2017 10:30:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEB8BAE93 for ; Mon, 25 Dec 2017 10:30:36 +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: <1514197825.b1d188d4b393c2a3011ca2275f5613c958d475a0.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/cantor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/cantor/cantor-17.12.49.9999.ebuild kde-apps/cantor/cantor-9999.ebuild X-VCS-Directories: kde-apps/cantor/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b1d188d4b393c2a3011ca2275f5613c958d475a0 X-VCS-Branch: master Date: Mon, 25 Dec 2017 10:30:36 +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: 60f226a2-e254-4df8-8c04-1dfe1fa93091 X-Archives-Hash: f648a787b3c8b33c6dc924a91938b314 commit: b1d188d4b393c2a3011ca2275f5613c958d475a0 Author: Michael Palimaka gentoo org> AuthorDate: Mon Dec 25 10:18:28 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Dec 25 10:30:25 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1d188d4 kde-apps/cantor: add new dependency Upstream-commit: 6da5eb1608a8a662838f2c31bd50a340d520e5c1 Package-Manager: Portage-2.3.14, Repoman-2.3.6 kde-apps/cantor/cantor-17.12.49.9999.ebuild | 1 + kde-apps/cantor/cantor-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/cantor/cantor-17.12.49.9999.ebuild b/kde-apps/cantor/cantor-17.12.49.9999.ebuild index 34cd81af7f..44a40244c8 100644 --- a/kde-apps/cantor/cantor-17.12.49.9999.ebuild +++ b/kde-apps/cantor/cantor-17.12.49.9999.ebuild @@ -32,6 +32,7 @@ DEPEND=" $(add_frameworks_dep kparts) $(add_frameworks_dep kpty) $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtgui) diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild index 34cd81af7f..44a40244c8 100644 --- a/kde-apps/cantor/cantor-9999.ebuild +++ b/kde-apps/cantor/cantor-9999.ebuild @@ -32,6 +32,7 @@ DEPEND=" $(add_frameworks_dep kparts) $(add_frameworks_dep kpty) $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtgui)