From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8CC4B138CCE for ; Sun, 17 May 2015 11:23:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7357CE0782; Sun, 17 May 2015 11:23:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24ECDE0782 for ; Sun, 17 May 2015 11:23:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44C77340D61 for ; Sun, 17 May 2015 11:23:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DCA19D3 for ; Sun, 17 May 2015 11:23:45 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1431861811.4adb0cb8aa1671b12c15454171240a16d008c143.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/print-manager/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/print-manager/print-manager-9999.ebuild X-VCS-Directories: kde-apps/print-manager/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 4adb0cb8aa1671b12c15454171240a16d008c143 X-VCS-Branch: master Date: Sun, 17 May 2015 11:23:45 +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: 86ad870c-7e4d-4da8-b27b-f9c67a8e22e4 X-Archives-Hash: b11f231d2a7418d496907106b19bcd24 commit: 4adb0cb8aa1671b12c15454171240a16d008c143 Author: Manuel Rüger gentoo org> AuthorDate: Sun May 17 11:23:31 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun May 17 11:23:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4adb0cb8 [kde-apps/print-manager] Add missing dep. Package-Manager: portage-2.2.19 kde-apps/print-manager/print-manager-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/print-manager/print-manager-9999.ebuild b/kde-apps/print-manager/print-manager-9999.ebuild index 345a0ec..2969f47 100644 --- a/kde-apps/print-manager/print-manager-9999.ebuild +++ b/kde-apps/print-manager/print-manager-9999.ebuild @@ -22,6 +22,7 @@ DEPEND=" $(add_frameworks_dep kservice) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep plasma) dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5