From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-997446-garchives=archives.gentoo.org@lists.gentoo.org> 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 E329E138330 for <garchives@archives.gentoo.org>; Sat, 13 Jan 2018 17:41:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 358A5E0980; Sat, 13 Jan 2018 17:41:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 15BC2E0980 for <gentoo-commits@lists.gentoo.org>; Sat, 13 Jan 2018 17:41:55 +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 2E89A335C62 for <gentoo-commits@lists.gentoo.org>; Sat, 13 Jan 2018 17:41:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAD1C1B6 for <gentoo-commits@lists.gentoo.org>; Sat, 13 Jan 2018 17:41:52 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1515865260.1cec8f8226eff85b3614ceb5b1f60fb90aa2b91b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kuickshow/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kuickshow/kuickshow-0.10.0.ebuild X-VCS-Directories: media-gfx/kuickshow/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1cec8f8226eff85b3614ceb5b1f60fb90aa2b91b X-VCS-Branch: master Date: Sat, 13 Jan 2018 17:41:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: de8901e2-7dec-456a-885c-5e9ccc04a11e X-Archives-Hash: 55a25cbcb214cf58b774ea23ce583577 commit: 1cec8f8226eff85b3614ceb5b1f60fb90aa2b91b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jan 13 17:33:59 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jan 13 17:41:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cec8f82 media-gfx/kuickshow: Add implicit missing DEPENDs Bug: https://bugs.gentoo.org/632024 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-gfx/kuickshow/kuickshow-0.10.0.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/media-gfx/kuickshow/kuickshow-0.10.0.ebuild b/media-gfx/kuickshow/kuickshow-0.10.0.ebuild index b5b9dae08b0..ee42d53b107 100644 --- a/media-gfx/kuickshow/kuickshow-0.10.0.ebuild +++ b/media-gfx/kuickshow/kuickshow-0.10.0.ebuild @@ -18,18 +18,25 @@ IUSE="debug" DOCS=( AUTHORS BUGS ChangeLog README TODO ) DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kdoctools) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kinit) $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtgui) $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) $(add_qt_dep qtx11extras) media-libs/imlib + x11-libs/libX11 " RDEPEND="${DEPEND} !media-gfx/kuickshow:4