Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-atk/
Date: Fri, 13 May 2022 05:06:50
Message-Id: 1652418397.5113cc5fb26a7c050d02e02ce9678b44368400f4.mattst88@gentoo
1 commit: 5113cc5fb26a7c050d02e02ce9678b44368400f4
2 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Fri May 13 04:20:29 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 05:06:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5113cc5f
7
8 app-accessibility/at-spi2-atk: BDEPEND gnome-base/gsettings-desktop-schemas
9
10 On sparc, the old =app-accessibility/at-spi2-atk-2.34.2 failed to
11 compile, but it's gone from tree now and 2.38.0 is stable with the
12 exception of this missing BDEPEND, so closing the relevant bug (even
13 though this isn't really a "fix" for the bug in question, but does
14 confirm that the problematic bug is gone).
15
16 Closes: https://bugs.gentoo.org/726886
17 Closes: https://github.com/gentoo/gentoo/pull/25460
18 Signed-off-by: matoro <matoro <AT> users.noreply.github.com>
19 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
20
21 app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild | 3 ++-
22 1 file changed, 2 insertions(+), 1 deletion(-)
23
24 diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild
25 index 1fc77f05abe8..350c00aee7b9 100644
26 --- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild
27 +++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2021 Gentoo Authors
30 +# Copyright 1999-2022 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=7
34 @@ -22,6 +22,7 @@ RDEPEND="
35 "
36 DEPEND="${RDEPEND}"
37 BDEPEND="
38 + gnome-base/gsettings-desktop-schemas
39 virtual/pkgconfig
40 test? ( >=dev-libs/libxml2-2.9.1 )
41 "