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 CDF4C138334 for ; Sun, 18 Nov 2018 11:57:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9D1EE0EBE; Sun, 18 Nov 2018 11:57:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A0913E0EBE for ; Sun, 18 Nov 2018 11:57:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 749ED335C58 for ; Sun, 18 Nov 2018 11:57:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57853456 for ; Sun, 18 Nov 2018 11:57:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1542540888.44d5d4f1062f89de1d8d72bd745ec2b7d7f9c992.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kolf/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kolf/kolf-9999.ebuild X-VCS-Directories: kde-apps/kolf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 44d5d4f1062f89de1d8d72bd745ec2b7d7f9c992 X-VCS-Branch: master Date: Sun, 18 Nov 2018 11:57:06 +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: 348739a3-1223-4d3c-8fd3-9ab4221ae787 X-Archives-Hash: a42f506bcc44c8a5a20e865525d3ec42 commit: 44d5d4f1062f89de1d8d72bd745ec2b7d7f9c992 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 18 11:34:48 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 18 11:34:48 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=44d5d4f1 kde-apps/kolf: Add new DEPEND Upstream commit b15eb642396f6deeaec5b2e4bc6384116f353980 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kolf/kolf-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-apps/kolf/kolf-9999.ebuild b/kde-apps/kolf/kolf-9999.ebuild index e04c39613e..590588d0e2 100644 --- a/kde-apps/kolf/kolf-9999.ebuild +++ b/kde-apps/kolf/kolf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,6 +24,7 @@ DEPEND=" $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep ki18n) + $(add_frameworks_dep ktextwidgets) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) $(add_kdeapps_dep libkdegames)