Current ebuilds always build the knot server daemon. In some situations, only the utilities are needed. Reproducible: Always Steps to Reproduce: 1.Configure 2.Compile 3. Actual Results: Get the knot daemon. Expected Results: Should have a USE variable to only build the utilities.
Created attachment 880294 [details, diff] Patch to 3.2.2 ebuild to add a USE +daemon flag This (very simple) patch is to the knot-3.2.2.ebuild (current stable). It adds a +daemon USE flag
Created attachment 880718 [details, diff] Patch to the installation routine Update to the installation routine to avoid failure when no daemon should be configured/compiled/installed.