net-fs/samba: new USE flags spotlight, regedit, glusterfs, ntvfs#19650
net-fs/samba: new USE flags spotlight, regedit, glusterfs, ntvfs#19650dongsupark wants to merge 2 commits intogentoo:masterfrom
Conversation
636aeef to
4d87191
Compare
Pull Request assignmentSubmitter: @dongsupark net-fs/samba: @gentoo/samba Linked bugsNo bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment. If you do not receive any reply to this pull request, please open or link a bug to attract the attention of maintainers. In order to force reassignment and/or bug reference scan, please append Docs: Code of Conduct ● Copyright policy (expl.) ● Devmanual ● GitHub PRs ● Proxy-maint guide |
Introduce a USE flag spotlight, to be able to disable the spotlight backend by default, as it is not needed by Linux. Introduce a USE flag rededit, to be able to disable the rededit tool if needed. Introduce a USE flag glusterfs, to be able to disable the glusterfs by default. Introduce a USE flag ntvfs, to be able to disable the ntvfs-fileserver by default. Since the docbook-xsl-stylesheets and libxslt are needed only at build time, we should move those deps to BDEPEND. Signed-off-by: Dongsu Park <dongsu@kinvolk.io>
dev-libs/icu is needed only if spotlight is enabled. If not enabled, we should not pull in icu. Signed-off-by: Dongsu Park <dongsu@kinvolk.io>
4d87191 to
19b406a
Compare
Pull request CI reportReport generated at: 2021-02-26 11:30 UTC There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
Introduce a USE flag
spotlight, to be able to disable the spotlight backend by default, as it is not needed by Linux.Introduce a USE flag
rededit, to be able to disable the rededit tool if needed.Introduce a USE flag
glusterfs, to be able to disable the glusterfs by default.Introduce a USE flag
ntvfs, to be able to disable the ntvfs-fileserver by default.Since the docbook-xsl-stylesheets and libxslt are needed only at build time, we should move those deps to BDEPEND.
Pulls in
dev-libs/icuonly if spotlight is enabled.