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 AE84413933E for ; Thu, 8 Jul 2021 13:21:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB78AE0C31; Thu, 8 Jul 2021 13:21:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9EE35E0C22 for ; Thu, 8 Jul 2021 13:21:10 +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 64147340821 for ; Thu, 8 Jul 2021 13:21:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B2BB7C1 for ; Thu, 8 Jul 2021 13:21:07 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1625750414.3f7ca329b0fc8021d08ba454fa489303823edca0.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyatspi/pyatspi-2.38.1.ebuild X-VCS-Directories: dev-python/pyatspi/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3f7ca329b0fc8021d08ba454fa489303823edca0 X-VCS-Branch: master Date: Thu, 8 Jul 2021 13:21:07 +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: 6e6f5527-d56f-43f2-b2fa-e620992eccdf X-Archives-Hash: 1cc525305ddf21fccc5a4308bd9463fa commit: 3f7ca329b0fc8021d08ba454fa489303823edca0 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Jul 8 13:18:39 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Jul 8 13:20:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7ca329 dev-python/pyatspi: fix test depend to not bleed into RDEPEND Fixes repoman warning "RDEPEND.suspect: 'test?' USE conditional in RDEPEND" Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> dev-python/pyatspi/pyatspi-2.38.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/pyatspi/pyatspi-2.38.1.ebuild b/dev-python/pyatspi/pyatspi-2.38.1.ebuild index 2adfdd78e14..2f8ef1cb453 100644 --- a/dev-python/pyatspi/pyatspi-2.38.1.ebuild +++ b/dev-python/pyatspi/pyatspi-2.38.1.ebuild @@ -22,13 +22,14 @@ DEPEND=" >=dev-libs/atk-2.11.2 dev-python/dbus-python[${PYTHON_USEDEP}] >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}] - test? ( x11-libs/gtk+:3 ) " RDEPEND="${DEPEND} >=sys-apps/dbus-1 >=app-accessibility/at-spi2-core-2.34[introspection] " -BDEPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig + test? ( x11-libs/gtk+:3 ) +" src_prepare() { gnome2_src_prepare