summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-05 19:59:49 +0100
committerSam James <sam@gentoo.org>2022-10-05 19:59:49 +0100
commit8f272f73932fc69816c9646a360949d87c7aec57 (patch)
treea39937c31c20f771881f609eb482fa48a9f93ee2
parentwww-client/google-chrome-beta: use || ( ... ) dep for dev-libs/atk (diff)
downloadgentoo-8f272f73932fc69816c9646a360949d87c7aec57.tar.gz
gentoo-8f272f73932fc69816c9646a360949d87c7aec57.tar.bz2
gentoo-8f272f73932fc69816c9646a360949d87c7aec57.zip
www-client/google-chrome-unstable: 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>
-rw-r--r--www-client/google-chrome-unstable/google-chrome-unstable-108.0.5327.0-r1.ebuild (renamed from www-client/google-chrome-unstable/google-chrome-unstable-108.0.5327.0.ebuild)7
1 files changed, 4 insertions, 3 deletions
diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-108.0.5327.0.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-108.0.5327.0-r1.ebuild
index a43359e220bd..b1fd61130859 100644
--- a/www-client/google-chrome-unstable/google-chrome-unstable-108.0.5327.0.ebuild
+++ b/www-client/google-chrome-unstable/google-chrome-unstable-108.0.5327.0-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