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 8F5E5138335 for ; Sun, 17 Feb 2019 11:11:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46110E09B4; Sun, 17 Feb 2019 11:11:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DBF1E09C4 for ; Sun, 17 Feb 2019 11:11:07 +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 B62DD335D13 for ; Sun, 17 Feb 2019 11:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF252544 for ; Sun, 17 Feb 2019 11:11:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1550398454.63cef5f6550e875d5be47a3c1114f846c6bff93a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/appstream/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/appstream/appstream-9999.ebuild X-VCS-Directories: dev-libs/appstream/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 63cef5f6550e875d5be47a3c1114f846c6bff93a X-VCS-Branch: master Date: Sun, 17 Feb 2019 11:11:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 61ec9ca9-e47e-4aa3-bb68-2ac3662f4701 X-Archives-Hash: 706f9c36f540f4926de2d0ef3ac59564 commit: 63cef5f6550e875d5be47a3c1114f846c6bff93a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 17 10:14:14 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 17 10:14:14 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=63cef5f6 dev-libs/appstream: Fix USE qt5,test DEPENDs Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/appstream/appstream-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/appstream/appstream-9999.ebuild b/dev-libs/appstream/appstream-9999.ebuild index 315dc0c2ac..a98e941d75 100644 --- a/dev-libs/appstream/appstream-9999.ebuild +++ b/dev-libs/appstream/appstream-9999.ebuild @@ -29,10 +29,7 @@ BDEPEND=" dev-util/itstool >=dev-util/meson-0.42.0 >=sys-devel/gettext-0.19.8 - test? ( - dev-qt/linguist-tools:5 - qt5? ( dev-qt/qttest:5 ) - ) + test? ( dev-qt/linguist-tools:5 ) " DEPEND=" dev-libs/glib:2 @@ -40,7 +37,10 @@ DEPEND=" dev-libs/libyaml dev-libs/snowball-stemmer introspection? ( >=dev-libs/gobject-introspection-1.56:= ) - qt5? ( dev-qt/qtcore:5 ) + qt5? ( + dev-qt/qtcore:5 + test? ( dev-qt/qttest:5 ) + ) " RDEPEND="${DEPEND}"