diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2022-06-28 23:53:59 +0300 |
---|---|---|
committer | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2022-06-28 23:53:59 +0300 |
commit | 03ca14aa9b82f16713648969233760808e39a42f (patch) | |
tree | 665afd4e0fef9ca8123a044451e638d2cbd496a9 /media-gfx/WebPlotDigitizer-bin | |
parent | app-misc/watchexec: add 1.20.2 (diff) | |
download | guru-03ca14aa9b82f16713648969233760808e39a42f.tar.gz guru-03ca14aa9b82f16713648969233760808e39a42f.tar.bz2 guru-03ca14aa9b82f16713648969233760808e39a42f.zip |
media-gfx/WebPlotDigitizer-bin: fix QA unresolved SONAME dependencies
Closes: https://bugs.gentoo.org/853007
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Diffstat (limited to 'media-gfx/WebPlotDigitizer-bin')
-rw-r--r-- | media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild index 7c7d35a99..934930217 100644 --- a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild +++ b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild @@ -45,7 +45,8 @@ QA_FLAGS_IGNORED=" ## It seems media-libs/alsa-lib is required by chrome-sandbox. ## Actually this library isn't required to work. QA_SONAME=" - /usr/lib*/libasound.so.2 + /usr/lib.*/libasound.so.2 + /usr/lib.*/libxkbcommon.so.0 " src_install() { |