Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/
Date: Thu, 08 Jul 2021 13:21:11
Message-Id: 1625750414.3f7ca329b0fc8021d08ba454fa489303823edca0.leio@gentoo
1 commit: 3f7ca329b0fc8021d08ba454fa489303823edca0
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 13:18:39 2021 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 13:20:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7ca329
7
8 dev-python/pyatspi: fix test depend to not bleed into RDEPEND
9
10 Fixes repoman warning "RDEPEND.suspect: 'test?' USE conditional in RDEPEND"
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.2
13 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
14
15 dev-python/pyatspi/pyatspi-2.38.1.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/pyatspi/pyatspi-2.38.1.ebuild b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
19 index 2adfdd78e14..2f8ef1cb453 100644
20 --- a/dev-python/pyatspi/pyatspi-2.38.1.ebuild
21 +++ b/dev-python/pyatspi/pyatspi-2.38.1.ebuild
22 @@ -22,13 +22,14 @@ DEPEND="
23 >=dev-libs/atk-2.11.2
24 dev-python/dbus-python[${PYTHON_USEDEP}]
25 >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
26 - test? ( x11-libs/gtk+:3 )
27 "
28 RDEPEND="${DEPEND}
29 >=sys-apps/dbus-1
30 >=app-accessibility/at-spi2-core-2.34[introspection]
31 "
32 -BDEPEND="virtual/pkgconfig"
33 +BDEPEND="virtual/pkgconfig
34 + test? ( x11-libs/gtk+:3 )
35 +"
36
37 src_prepare() {
38 gnome2_src_prepare