diff options
author | Sam James <sam@gentoo.org> | 2022-10-05 19:59:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-05 19:59:48 +0100 |
commit | c9e28a4e381d8cae44925097a3a1421bdbd2c0f5 (patch) | |
tree | 9d3d507b52e757221b1d3ced45592c33fa55665d /www-client | |
parent | www-client/firefox: use || ( ... ) dep for dev-libs/atk (diff) | |
download | gentoo-c9e28a4e381d8cae44925097a3a1421bdbd2c0f5.tar.gz gentoo-c9e28a4e381d8cae44925097a3a1421bdbd2c0f5.tar.bz2 gentoo-c9e28a4e381d8cae44925097a3a1421bdbd2c0f5.zip |
www-client/google-chrome-beta: 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 'www-client')
-rw-r--r-- | www-client/google-chrome-beta/google-chrome-beta-107.0.5304.18-r1.ebuild (renamed from www-client/google-chrome-beta/google-chrome-beta-107.0.5304.18.ebuild) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www-client/google-chrome-beta/google-chrome-beta-107.0.5304.18.ebuild b/www-client/google-chrome-beta/google-chrome-beta-107.0.5304.18-r1.ebuild index a43359e220bd..b1fd61130859 100644 --- a/www-client/google-chrome-beta/google-chrome-beta-107.0.5304.18.ebuild +++ b/www-client/google-chrome-beta/google-chrome-beta-107.0.5304.18-r1.ebuild @@ -30,10 +30,11 @@ IUSE="selinux" RESTRICT="bindist mirror strip" RDEPEND=" - app-accessibility/at-spi2-atk:2 - app-accessibility/at-spi2-core:2 + || ( + >=app-accessibility/at-spi2-core-2.46.0:2 + ( app-accessibility/at-spi2-atk dev-libs/atk ) + ) app-misc/ca-certificates - dev-libs/atk dev-libs/expat dev-libs/glib:2 dev-libs/nspr |