diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-03 13:39:30 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-03 13:39:30 -0600 |
commit | a8f78da7c40f76345b9681864c2b24dcab80f431 (patch) | |
tree | 3fd0c1556b59c7a8892cf04834cba27e7daaab3c /media-sound | |
parent | media-plugins/vdr-streamdev: version bump, minor fixes (diff) | |
download | gentoo-a8f78da7c40f76345b9681864c2b24dcab80f431.tar.gz gentoo-a8f78da7c40f76345b9681864c2b24dcab80f431.tar.bz2 gentoo-a8f78da7c40f76345b9681864c2b24dcab80f431.zip |
media-sound/spotify: add missing dep on at-spi2-atk
fixes: https://bugs.gentoo.org/703818
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/spotify/spotify-1.1.10-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/spotify/spotify-1.1.10-r1.ebuild b/media-sound/spotify/spotify-1.1.10-r1.ebuild index 56c8b2a3fa7f..8267b9da0b39 100644 --- a/media-sound/spotify/spotify-1.1.10-r1.ebuild +++ b/media-sound/spotify/spotify-1.1.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,6 +32,7 @@ RDEPEND=" || ( media-sound/pulseaudio media-sound/apulse ) systray? ( gnome-extra/gnome-integration-spotify ) x11-libs/gtk+:2 + app-accessibility/at-spi2-atk x11-libs/libXScrnSaver x11-libs/libXtst " |