commit:     f62b7af3e8fcbf5d672a22a83abc21e69d7886fd
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 09:50:14 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 26 09:50:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62b7af3

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

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-apps/copyq/copyq-2.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/copyq/copyq-2.8.1.ebuild 
b/x11-apps/copyq/copyq-2.8.1.ebuild
index e740eb96ba6..128db7ff345 100644
--- a/x11-apps/copyq/copyq-2.8.1.ebuild
+++ b/x11-apps/copyq/copyq-2.8.1.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
@@ -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}

Reply via email to