diff options
author | Sam James <sam@gentoo.org> | 2022-10-05 19:59:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-05 19:59:41 +0100 |
commit | 1e6d27b654d5819bee09beb817129e4c6b437c45 (patch) | |
tree | dc818be62ea764897cb999bfcbfbf9ed4ba15109 /media-sound | |
parent | media-gfx/evoluspencil: use || ( ... ) dep for dev-libs/atk (diff) | |
download | gentoo-1e6d27b654d5819bee09beb817129e4c6b437c45.tar.gz gentoo-1e6d27b654d5819bee09beb817129e4c6b437c45.tar.bz2 gentoo-1e6d27b654d5819bee09beb817129e4c6b437c45.zip |
media-sound/spotify: 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 'media-sound')
-rw-r--r-- | media-sound/spotify/spotify-1.1.84-r1.ebuild (renamed from media-sound/spotify/spotify-1.1.84.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-sound/spotify/spotify-1.1.84.ebuild b/media-sound/spotify/spotify-1.1.84-r1.ebuild index c5c1d8074702..c8cd2f55eb39 100644 --- a/media-sound/spotify/spotify-1.1.84.ebuild +++ b/media-sound/spotify/spotify-1.1.84-r1.ebuild @@ -36,7 +36,10 @@ RDEPEND=" !pulseaudio? ( media-sound/apulse ) local-playback? ( media-video/ffmpeg:0/56.58.58 ) x11-libs/gtk+:3 - app-accessibility/at-spi2-atk + || ( + >=app-accessibility/at-spi2-core-2.46.0:2 + ( app-accessibility/at-spi2-atk dev-libs/atk ) + ) x11-libs/libxkbcommon x11-libs/libXScrnSaver x11-libs/libXtst |