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 821A0139694 for ; Tue, 21 Feb 2017 22:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B373821C07B; Tue, 21 Feb 2017 22:45:08 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D25521C07B for ; Tue, 21 Feb 2017 22:45:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 50A64340F43 for ; Tue, 21 Feb 2017 22:45:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 875FD4FE7 for ; Tue, 21 Feb 2017 22:45:04 +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: <1487717011.f7e2e329aba224322017ae67d930dceb0074a7c7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kdiagram/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kdiagram/kdiagram-2.6.0.ebuild X-VCS-Directories: dev-libs/kdiagram/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f7e2e329aba224322017ae67d930dceb0074a7c7 X-VCS-Branch: master Date: Tue, 21 Feb 2017 22:45:04 +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: b4fdaebb-f1ee-4843-9cb2-db584dbd41f2 X-Archives-Hash: fb306a3b6a608a075423a872fa4ca41b commit: f7e2e329aba224322017ae67d930dceb0074a7c7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 21 22:40:53 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 21 22:43:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e2e329 dev-libs/kdiagram: Add missing DEPEND Gentoo-bug: 610372 Reported-by: Pablo Cholaky slash.cl> Package-Manager: portage-2.3.3 dev-libs/kdiagram/kdiagram-2.6.0.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-libs/kdiagram/kdiagram-2.6.0.ebuild b/dev-libs/kdiagram/kdiagram-2.6.0.ebuild index 9c835083b7..3225ca85c9 100644 --- a/dev-libs/kdiagram/kdiagram-2.6.0.ebuild +++ b/dev-libs/kdiagram/kdiagram-2.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,10 +15,12 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" fi -DEPEND=" +RDEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtprintsupport) $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + $(add_qt_dep linguist-tools) +"