commit:     3f7ca329b0fc8021d08ba454fa489303823edca0
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 13:18:39 2021 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> 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 <leio <AT> 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

Reply via email to