diff options
author | matoro <matoro@users.noreply.github.com> | 2022-05-13 00:20:29 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-13 01:06:37 -0400 |
commit | 5113cc5fb26a7c050d02e02ce9678b44368400f4 (patch) | |
tree | bf17f662f34e4c52c788d3a5739acc3ba11ece91 /app-accessibility | |
parent | gnome-extra/cinnamon: Keyword 5.2.7-r3 riscv, #842033 (diff) | |
download | gentoo-5113cc5fb26a7c050d02e02ce9678b44368400f4.tar.gz gentoo-5113cc5fb26a7c050d02e02ce9678b44368400f4.tar.bz2 gentoo-5113cc5fb26a7c050d02e02ce9678b44368400f4.zip |
app-accessibility/at-spi2-atk: BDEPEND gnome-base/gsettings-desktop-schemas
On sparc, the old =app-accessibility/at-spi2-atk-2.34.2 failed to
compile, but it's gone from tree now and 2.38.0 is stable with the
exception of this missing BDEPEND, so closing the relevant bug (even
though this isn't really a "fix" for the bug in question, but does
confirm that the problematic bug is gone).
Closes: https://bugs.gentoo.org/726886
Closes: https://github.com/gentoo/gentoo/pull/25460
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 index 1fc77f05abe8..350c00aee7b9 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,6 +22,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + gnome-base/gsettings-desktop-schemas virtual/pkgconfig test? ( >=dev-libs/libxml2-2.9.1 ) " |