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 8AEC31395E2 for ; Sun, 27 Nov 2016 11:31:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5B7BE08C7; Sun, 27 Nov 2016 11:30:59 +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 8947CE07DD for ; Sun, 27 Nov 2016 11:30:59 +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 5436B340EE8 for ; Sun, 27 Nov 2016 11:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE4154A9 for ; Sun, 27 Nov 2016 11:30:56 +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: <1480246246.c81f356be27ab67b8605b0bd9087c6210d17a36f.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/spectacle/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/spectacle/spectacle-9999.ebuild X-VCS-Directories: kde-apps/spectacle/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c81f356be27ab67b8605b0bd9087c6210d17a36f X-VCS-Branch: master Date: Sun, 27 Nov 2016 11:30:56 +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: 6e47a708-05d5-47f0-9497-c99bb834edac X-Archives-Hash: 618c813f7ec56c540c5f7f8137451b39 commit: c81f356be27ab67b8605b0bd9087c6210d17a36f Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Nov 26 20:00:32 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Nov 27 11:30:46 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c81f356b kde-apps/spectacle: Add missing DEPEND Upstream commit 0af560b3d2eeeb56b58c18f4def7318a43cffaf9 Package-Manager: portage-2.3.0 kde-apps/spectacle/spectacle-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/spectacle/spectacle-9999.ebuild b/kde-apps/spectacle/spectacle-9999.ebuild index c879bdb..6458bdc 100644 --- a/kde-apps/spectacle/spectacle-9999.ebuild +++ b/kde-apps/spectacle/spectacle-9999.ebuild @@ -25,6 +25,7 @@ DEPEND=" $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtconcurrent) $(add_qt_dep qtdbus) $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui)