summaryrefslogtreecommitdiff
path: root/app-accessibility/at-spi2-core/at-spi2-core-2.56.4.ebuild
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-10-26 04:42:53 +0200
committerSam James <sam@gentoo.org>2025-10-26 03:26:28 +0000
commitd83e25b6a59578c519b2910640b5cb4205f0275c (patch)
tree540982c2c6444f01850209d5085d4fface435cb9 /app-accessibility/at-spi2-core/at-spi2-core-2.56.4.ebuild
parent5d08f46bc5b915db4f23e49c9d1729422ff3f984 (diff)
downloadgentoo-d83e25b6a59578c519b2910640b5cb4205f0275c.tar.gz
gentoo-d83e25b6a59578c519b2910640b5cb4205f0275c.tar.bz2
gentoo-d83e25b6a59578c519b2910640b5cb4205f0275c.zip
*/*: depend on newer gobject-introspection as a workaround
sed -E '/dev-libs\/gobject-introspection(:=|\s|$|-[0-9]|\[)/ { s/(>=)?dev-libs\/gobject-introspection(-[0-9.r-]*)?/>=dev-libs\/gobject-introspection-1.82.0-r2/ }' */*/*.ebuild -i + manually going over to undo the false positives or if the version requirement was higher. Bug: https://bugs.gentoo.org/947058 See-Also: ae37e3f389808700bd0f4343ee04888f0ef179d2 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44336 Closes: https://github.com/gentoo/gentoo/pull/44336 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-accessibility/at-spi2-core/at-spi2-core-2.56.4.ebuild')
-rw-r--r--app-accessibility/at-spi2-core/at-spi2-core-2.56.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.56.4.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.56.4.ebuild
index 0f7d7bea2878..31186ed5fcad 100644
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.56.4.ebuild
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.56.4.ebuild
@@ -21,7 +21,7 @@ DEPEND="
>=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
>=dev-libs/glib-2.67.4:2[${MULTILIB_USEDEP}]
>=dev-libs/libxml2-2.9.1:2=[${MULTILIB_USEDEP}]
- introspection? ( >=dev-libs/gobject-introspection-1.54.0:= )
+ introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= )
systemd? ( sys-apps/systemd[${MULTILIB_USEDEP}] )
X? (
x11-libs/libX11[${MULTILIB_USEDEP}]