commit: d6493cb335ca09710160b4cc1886b3ca16f1b87b Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Sep 5 19:35:04 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Sep 5 19:35:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6493cb3
media-sound/spotify: add more libs to qa prebuilt Closes: https://bugs.gentoo.org/740500 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> media-sound/spotify/spotify-1.1.26-r2.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/media-sound/spotify/spotify-1.1.26-r2.ebuild b/media-sound/spotify/spotify-1.1.26-r2.ebuild index 6c28565a405..fdf168b7477 100644 --- a/media-sound/spotify/spotify-1.1.26-r2.ebuild +++ b/media-sound/spotify/spotify-1.1.26-r2.ebuild @@ -43,7 +43,14 @@ RDEPEND=" S=${WORKDIR}/ -QA_PREBUILT="opt/spotify/spotify-client/spotify" +QA_PREBUILT=" + opt/spotify/spotify-client/spotify + opt/spotify/spotify-client/libEGL.so + opt/spotify/spotify-client/libGLESv2.so + opt/spotify/spotify-client/libcef.so + opt/spotify/spotify-client/swiftshader/libEGL.so + opt/spotify/spotify-client/swiftshader/libGLESv2.so +" src_prepare() { # Fix desktop entry to launch spotify-dbus.py for systray integration
