Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 883997

Summary: net-im/slack-4.28.182: pulls wayland even if the useflag is disabled
Product: Gentoo Linux Reporter: Alarig Le Lay <alarig>
Component: Current packagesAssignee: Vladimir Pavljuchenkov (SpiderX) <spiderx>
Status: UNCONFIRMED ---    
Severity: normal CC: juippis, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alarig Le Lay 2022-12-02 10:08:56 UTC
Hello,

Everything is in the title :)

~ # emerge -vaA1 net-im/slack

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] dev-util/wayland-scanner-1.21.0::gentoo  221 KiB
[ebuild  N     ] dev-libs/wayland-1.21.0::gentoo  USE="-doc -test" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild     U ~] net-im/slack-4.28.182::gentoo [4.27.156-r1::gentoo] USE="seccomp -appindicator -suid -wayland" ABI_X86="(64)" 69,071 KiB

Total: 3 packages (1 upgrade, 2 new), Size of downloads: 69,292 KiB
Comment 1 Mike Gilbert gentoo-dev 2022-12-02 19:22:21 UTC
commit 0328dbab456f04c57b286cf93235f7323c7c5a0f
Author: Joonas Niilola <juippis@gentoo.org>
Date:   Mon Nov 28 15:43:36 2022 +0200

    net-im/slack: add wayland dep to 4.28

     * QA Notice: Unresolved soname dependencies:
     *
     *      /opt/slack/libGLESv2.so: libwayland-client.so.0

     - the wayland use flag still controls whether it's being used or not, but the
       binary package is clearly linking against wayland.

    Signed-off-by: Joonas Niilola <juippis@gentoo.org>