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 355B3138239 for ; Mon, 6 Aug 2018 23:59:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11E04E088B; Mon, 6 Aug 2018 23:59:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D47AEE087E for ; Mon, 6 Aug 2018 23:59:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 797A6335CCA for ; Mon, 6 Aug 2018 23:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0AB339E for ; Mon, 6 Aug 2018 23:59:29 +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: <1533598397.2a25a3024f976ad3487749798d2e9a3764cf6c26.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2a25a3024f976ad3487749798d2e9a3764cf6c26 X-VCS-Branch: master Date: Mon, 6 Aug 2018 23:59:29 +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: 896cb831-df98-4c4e-9efe-eaedf974f1d0 X-Archives-Hash: 692225cb28ac6f9ba0e1ca566c0d7356 commit: 2a25a3024f976ad3487749798d2e9a3764cf6c26 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 6 23:33:17 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 6 23:33:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a25a302 kde-apps/spectacle: Add missing DEPEND Reported-by: Fabian Köster fabian-koester.com> Upstream commit: 45c37a64e1cc9f683ee51bdf6398db89fc241b23 Closes: https://bugs.gentoo.org/662630 Package-Manager: Portage-2.3.44, Repoman-2.3.10 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 36bf44a7f3..6c49e47d27 100644 --- a/kde-apps/spectacle/spectacle-9999.ebuild +++ b/kde-apps/spectacle/spectacle-9999.ebuild @@ -19,6 +19,7 @@ DEPEND=" $(add_frameworks_dep kdeclarative) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) $(add_frameworks_dep knotifications) $(add_frameworks_dep kservice) $(add_frameworks_dep kwidgetsaddons)