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 F334D138331 for ; Wed, 14 Sep 2016 14:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A9EBE0BD5; Wed, 14 Sep 2016 14:05:27 +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 ED8ACE0BD5 for ; Wed, 14 Sep 2016 14:05:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AA4D53408DD for ; Wed, 14 Sep 2016 14:05:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDBB6247E for ; Wed, 14 Sep 2016 14:05: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: <1473861913.6717d6182ac4679f96d968c0646dc1039d122aa7.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-sdk/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild X-VCS-Directories: kde-plasma/plasma-sdk/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 6717d6182ac4679f96d968c0646dc1039d122aa7 X-VCS-Branch: master Date: Wed, 14 Sep 2016 14:05: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: ac576a6e-2920-4c7b-87c7-c290b8a688fa X-Archives-Hash: ae1745b11d90354859a75000dfa38982 commit: 6717d6182ac4679f96d968c0646dc1039d122aa7 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Sep 10 22:38:40 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Sep 14 14:05:13 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6717d618 kde-plasma/plasma-sdk: Add missing DEPEND Upstream commit 66a65052a29d256b8ab41c3efe92524d3edb1148 Package-Manager: portage-2.3.0 kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild index e5fe56f..437ac4c 100644 --- a/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild +++ b/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild @@ -34,6 +34,7 @@ DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) + dev-libs/kirigami plasmate? ( $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep knewstuff)