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 8AD76139694 for ; Wed, 12 Apr 2017 15:20:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8CB2E0C38; Wed, 12 Apr 2017 15:20:12 +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 B309BE0C38 for ; Wed, 12 Apr 2017 15:20:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 64FDC340DF9 for ; Wed, 12 Apr 2017 15:20:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D305D742C for ; Wed, 12 Apr 2017 15:20:05 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1492010401.d80b86a88d668316c6539e77a0ad6978b8f28dfc.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/kapow/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/kapow/kapow-1.5.2.ebuild X-VCS-Directories: x11-misc/kapow/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d80b86a88d668316c6539e77a0ad6978b8f28dfc X-VCS-Branch: master Date: Wed, 12 Apr 2017 15:20:05 +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: 7be54207-9f84-4255-8795-5725e0b9edc8 X-Archives-Hash: a04132b620ddbb1e9c926f436dcf3057 commit: d80b86a88d668316c6539e77a0ad6978b8f28dfc Author: Jeroen Roovers gentoo org> AuthorDate: Wed Apr 12 15:18:25 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Apr 12 15:20:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80b86a8 x11-misc/kapow: DEPEND on dev-qt/qtchooser (bug #615280). Package-Manager: Portage-2.3.5, Repoman-2.3.2 x11-misc/kapow/kapow-1.5.2.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/x11-misc/kapow/kapow-1.5.2.ebuild b/x11-misc/kapow/kapow-1.5.2.ebuild index 50d1657c1e7..ffbfdcdcab6 100644 --- a/x11-misc/kapow/kapow-1.5.2.ebuild +++ b/x11-misc/kapow/kapow-1.5.2.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 EAPI=6 @@ -12,15 +12,16 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=" +RDEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 " -RDEPEND=" - ${DEPEND} +DEPEND=" + ${RDEPEND} + dev-qt/qtchooser " DOCS=( ChangeLog README )