diff options
author | David Seifert <soap@gentoo.org> | 2017-05-26 11:50:14 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-26 11:50:14 +0200 |
commit | f62b7af3e8fcbf5d672a22a83abc21e69d7886fd (patch) | |
tree | 01b772760356000f8020a5d83773d7eab09c6135 /x11-apps | |
parent | net-fs/samba: [QA] Put 'test?' USE conditional in DEPEND (diff) | |
download | gentoo-f62b7af3e8fcbf5d672a22a83abc21e69d7886fd.tar.gz gentoo-f62b7af3e8fcbf5d672a22a83abc21e69d7886fd.tar.bz2 gentoo-f62b7af3e8fcbf5d672a22a83abc21e69d7886fd.zip |
x11-apps/copyq: [QA] Put 'test?' USE conditional in DEPEND
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/copyq/copyq-2.8.1.ebuild | 4 |
1 files 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 e740eb96ba6a..128db7ff3459 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} |