Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 883997 - net-im/slack-4.28.182: pulls wayland even if the useflag is disabled
Summary: net-im/slack-4.28.182: pulls wayland even if the useflag is disabled
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vladimir Pavljuchenkov (SpiderX)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-02 10:08 UTC by Alarig Le Lay
Modified: 2022-12-02 19:22 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>