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 A3C93139695 for ; Fri, 17 Mar 2017 19:37:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93DC121C112; Fri, 17 Mar 2017 19:37:01 +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 6A0ED21C0CC for ; Fri, 17 Mar 2017 19:37:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 87CA034161D for ; Fri, 17 Mar 2017 19:37:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF2A06BA9 for ; Fri, 17 Mar 2017 19:36:58 +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: <1489779399.929c16f62dc82f711bc5c6088d647286a7694d33.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/grantleetheme/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/grantleetheme/grantleetheme-9999.ebuild X-VCS-Directories: kde-apps/grantleetheme/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 929c16f62dc82f711bc5c6088d647286a7694d33 X-VCS-Branch: master Date: Fri, 17 Mar 2017 19:36:58 +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: 42cd0e3d-45e4-4b38-8c91-01a15714d31d X-Archives-Hash: 6075e44aa761b903316bd7aa30e9996a commit: 929c16f62dc82f711bc5c6088d647286a7694d33 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 17 00:12:43 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 17 19:36:39 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=929c16f6 kde-apps/grantleetheme: Add missing DEPEND Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/grantleetheme/grantleetheme-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/grantleetheme/grantleetheme-9999.ebuild b/kde-apps/grantleetheme/grantleetheme-9999.ebuild index 04234a539f..3811ff61bd 100644 --- a/kde-apps/grantleetheme/grantleetheme-9999.ebuild +++ b/kde-apps/grantleetheme/grantleetheme-9999.ebuild @@ -15,6 +15,7 @@ RDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) $(add_frameworks_dep knewstuff) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui)