From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34F33139696 for ; Fri, 26 May 2017 10:00:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 884B121C120; Fri, 26 May 2017 10:00:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6033521C107 for ; Fri, 26 May 2017 10:00:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 157FC3416A9 for ; Fri, 26 May 2017 10:00:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B50377467 for ; Fri, 26 May 2017 10:00:49 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1495792214.f62b7af3e8fcbf5d672a22a83abc21e69d7886fd.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/copyq/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/copyq/copyq-2.8.1.ebuild X-VCS-Directories: x11-apps/copyq/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f62b7af3e8fcbf5d672a22a83abc21e69d7886fd X-VCS-Branch: master Date: Fri, 26 May 2017 10:00:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6020d657-99a5-414e-bed0-e9eb36f161e9 X-Archives-Hash: 04ddc0322a0477c45aa2a145c170d1b4 commit: f62b7af3e8fcbf5d672a22a83abc21e69d7886fd Author: David Seifert gentoo org> AuthorDate: Fri May 26 09:50:14 2017 +0000 Commit: David Seifert gentoo 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}