diff options
author | Sam James <sam@gentoo.org> | 2022-10-05 19:59:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-05 19:59:39 +0100 |
commit | 2fcd6bf3be4497dac7f532d274298e62818f80ea (patch) | |
tree | cf65dfc130950674507e0645fa10e27b8ccec0a8 /mate-base | |
parent | mate-base/caja: use || ( ... ) dep for dev-libs/atk (diff) | |
download | gentoo-2fcd6bf3be4497dac7f532d274298e62818f80ea.tar.gz gentoo-2fcd6bf3be4497dac7f532d274298e62818f80ea.tar.bz2 gentoo-2fcd6bf3be4497dac7f532d274298e62818f80ea.zip |
mate-base/mate-control-center: use || ( ... ) dep for dev-libs/atk
Forcing migration to at-spi2-atk right now leads to nasty conflicts for stable users.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/mate-control-center/mate-control-center-1.24.2-r1.ebuild (renamed from mate-base/mate-control-center/mate-control-center-1.24.2.ebuild) | 5 | ||||
-rw-r--r-- | mate-base/mate-control-center/mate-control-center-1.26.0-r1.ebuild (renamed from mate-base/mate-control-center/mate-control-center-1.26.0.ebuild) | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/mate-base/mate-control-center/mate-control-center-1.24.2.ebuild b/mate-base/mate-control-center/mate-control-center-1.24.2-r1.ebuild index b62c67f9fb85..b731b26c03e4 100644 --- a/mate-base/mate-control-center/mate-control-center-1.24.2.ebuild +++ b/mate-base/mate-control-center/mate-control-center-1.24.2-r1.ebuild @@ -18,7 +18,10 @@ SLOT="0" IUSE="accountsservice appindicator debug" COMMON_DEPEND=" - dev-libs/atk + || ( + >=app-accessibility/at-spi2-core-2.46.0:2 + dev-libs/atk + ) >=dev-libs/dbus-glib-0.73 >=dev-libs/glib-2.50:2 dev-libs/libxml2:2 diff --git a/mate-base/mate-control-center/mate-control-center-1.26.0.ebuild b/mate-base/mate-control-center/mate-control-center-1.26.0-r1.ebuild index c05b199d782a..f7fd98fd2f0c 100644 --- a/mate-base/mate-control-center/mate-control-center-1.26.0.ebuild +++ b/mate-base/mate-control-center/mate-control-center-1.26.0-r1.ebuild @@ -18,7 +18,10 @@ SLOT="0" IUSE="accountsservice appindicator debug nls" COMMON_DEPEND=" - dev-libs/atk + || ( + >=app-accessibility/at-spi2-core-2.46.0:2 + dev-libs/atk + ) >=dev-libs/glib-2.50:2 dev-libs/libxml2:2 >=gnome-base/dconf-0.13.4 |