x11-misc/kapow: DEPEND on dev-qt/qtchooser (bug #615280).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Jeroen Roovers
2017-04-12 17:18:25 +02:00
parent dca6250a01
commit d80b86a88d

View File

@@ -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 )