diff options
author | Sam James <sam@gentoo.org> | 2022-10-05 19:59:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-05 19:59:47 +0100 |
commit | 5ba0d3f0b60306c86e905ff5c030b95f374332df (patch) | |
tree | da7ebba733a305cd2781b855d616f8fe9a9d5475 /sci-misc | |
parent | net-im/zoom: use || ( ... ) dep for dev-libs/atk (diff) | |
download | gentoo-5ba0d3f0b60306c86e905ff5c030b95f374332df.tar.gz gentoo-5ba0d3f0b60306c86e905ff5c030b95f374332df.tar.bz2 gentoo-5ba0d3f0b60306c86e905ff5c030b95f374332df.zip |
sci-misc/jupyterlab-desktop-bin: 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 'sci-misc')
-rw-r--r-- | sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.4.5.1-r1.ebuild (renamed from sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.4.5.1.ebuild) | 7 | ||||
-rw-r--r-- | sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.4.6.1-r1.ebuild (renamed from sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.4.6.1.ebuild) | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.4.5.1.ebuild b/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.4.5.1-r1.ebuild index a413416551f2..a910f5773855 100644 --- a/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.4.5.1.ebuild +++ b/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.4.5.1-r1.ebuild @@ -26,9 +26,10 @@ SLOT="0" RESTRICT="bindist mirror" RDEPEND=" - app-accessibility/at-spi2-atk - app-accessibility/at-spi2-core - dev-libs/atk + || ( + >=app-accessibility/at-spi2-core-2.46.0:2 + ( app-accessibility/at-spi2-atk dev-libs/atk ) + ) dev-libs/expat dev-libs/glib dev-libs/nspr diff --git a/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.4.6.1.ebuild b/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.4.6.1-r1.ebuild index a413416551f2..a910f5773855 100644 --- a/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.4.6.1.ebuild +++ b/sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-3.4.6.1-r1.ebuild @@ -26,9 +26,10 @@ SLOT="0" RESTRICT="bindist mirror" RDEPEND=" - app-accessibility/at-spi2-atk - app-accessibility/at-spi2-core - dev-libs/atk + || ( + >=app-accessibility/at-spi2-core-2.46.0:2 + ( app-accessibility/at-spi2-atk dev-libs/atk ) + ) dev-libs/expat dev-libs/glib dev-libs/nspr |