From 3f7ca329b0fc8021d08ba454fa489303823edca0 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Thu, 8 Jul 2021 16:18:39 +0300 Subject: [PATCH] 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 --- 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 2adfdd78e14e6..2f8ef1cb45344 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