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 BFA02139083 for ; Tue, 6 Jun 2017 17:59:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E231721C08A; Tue, 6 Jun 2017 17:59:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C274221C08A for ; Tue, 6 Jun 2017 17:59:47 +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 653FA341931 for ; Tue, 6 Jun 2017 17:59:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75C1B73E0 for ; Tue, 6 Jun 2017 17:59:44 +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: <1496771968.d71984744a0467e710df87a05c4ad1085b6fd936.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kde-cli-tools/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild X-VCS-Directories: kde-plasma/kde-cli-tools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d71984744a0467e710df87a05c4ad1085b6fd936 X-VCS-Branch: master Date: Tue, 6 Jun 2017 17:59:44 +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: 9d5deb7b-0fe3-425d-8fd6-dc9e3e547263 X-Archives-Hash: c0b8c8b442a293ec6c0068a40f4c637a commit: d71984744a0467e710df87a05c4ad1085b6fd936 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 6 17:59:28 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 6 17:59:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d7198474 kde-plasma/kde-cli-tools: Add missing DEPEND Upstream commit e003e86628beebb4794848ae34ca7aae5b01c6f0 Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild index e8d469eec9..09067d4dc5 100644 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild +++ b/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild @@ -14,6 +14,7 @@ KEYWORDS="" IUSE="+kdesu X" DEPEND=" + $(add_frameworks_dep kactivities) $(add_frameworks_dep kcmutils) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig)