Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/copyq/
Date: Fri, 26 May 2017 10:00:55
Message-Id: 1495792214.f62b7af3e8fcbf5d672a22a83abc21e69d7886fd.soap@gentoo
1 commit: f62b7af3e8fcbf5d672a22a83abc21e69d7886fd
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 09:50:14 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 09:50:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62b7af3
7
8 x11-apps/copyq: [QA] Put 'test?' USE conditional in DEPEND
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 x11-apps/copyq/copyq-2.8.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-apps/copyq/copyq-2.8.1.ebuild b/x11-apps/copyq/copyq-2.8.1.ebuild
16 index e740eb96ba6..128db7ff345 100644
17 --- a/x11-apps/copyq/copyq-2.8.1.ebuild
18 +++ b/x11-apps/copyq/copyq-2.8.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -24,11 +24,11 @@ RDEPEND="
26 x11-libs/libX11
27 x11-libs/libXfixes
28 x11-libs/libXtst
29 - test? ( dev-qt/qttest:5 )
30 webkit? ( dev-qt/qtwebkit:5 )
31 "
32 DEPEND="${RDEPEND}
33 dev-qt/linguist-tools:5
34 + test? ( dev-qt/qttest:5 )
35 "
36
37 S=${WORKDIR}/CopyQ-${PV}