x11-apps/copyq: [QA] Put 'test?' USE conditional in DEPEND

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
David Seifert
2017-05-26 11:50:14 +02:00
parent 813f48ba1b
commit f62b7af3e8

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
@@ -24,11 +24,11 @@ RDEPEND="
x11-libs/libX11
x11-libs/libXfixes
x11-libs/libXtst
test? ( dev-qt/qttest:5 )
webkit? ( dev-qt/qtwebkit:5 )
"
DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
test? ( dev-qt/qttest:5 )
"
S=${WORKDIR}/CopyQ-${PV}