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 55648138334 for ; Wed, 20 Nov 2019 21:18:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87F04E083B; Wed, 20 Nov 2019 21:18:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6DDC2E083B for ; Wed, 20 Nov 2019 21:18:43 +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 8109134D15B for ; Wed, 20 Nov 2019 21:18:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E5248B1 for ; Wed, 20 Nov 2019 21:18:40 +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: <1574284656.a35fa34b32f5870fbfb1ad4c4f29f2db422db48c.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: net-libs/telepathy-qt/ X-VCS-Repository: proj/qt X-VCS-Files: net-libs/telepathy-qt/telepathy-qt-9999.ebuild X-VCS-Directories: net-libs/telepathy-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a35fa34b32f5870fbfb1ad4c4f29f2db422db48c X-VCS-Branch: master Date: Wed, 20 Nov 2019 21:18:40 +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: 9695bff6-0172-40c2-a83c-3fabd3f884ae X-Archives-Hash: aec81acdb233720e2ad0349261d8518e commit: a35fa34b32f5870fbfb1ad4c4f29f2db422db48c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 17 12:38:33 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 20 21:17:36 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=a35fa34b net-libs/telepathy-qt: Move binary-only test depends to BDEPEND Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index 64f32659..336bc77a 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -29,17 +29,18 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( dev-libs/dbus-glib - dev-libs/glib:2 dev-qt/qttest:5 + ) +" +BDEPEND="${PYTHON_DEPS} + virtual/pkgconfig + test? ( + dev-libs/glib:2 $(python_gen_any_dep ' dev-python/dbus-python[${PYTHON_USEDEP}] ') ) " -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig -" RESTRICT="!test? ( test )" python_check_deps() {