From the changelog ( https://tellico-project.org/tellico-3-4-released/ ) "Graphical chart reports were added (requires compiling with QtCharts)." I tried simply adding it to the ebuild, which worked well. Maybe this can be included? Not sure about the USE-Flag, maybe there's something better already. Reproducible: Always Steps to Reproduce: 1. emerge current tellico 2. observe charts missing 3. fix with the attached ebuild
Created attachment 858975 [details] Updated 3.4.6 ebuild with charts added
This is a curious request. $ equery g tellico > * dependency graph for kde-misc/tellico-3.4.6 > `-- kde-misc/tellico-3.4.6 amd64 > ... > `-- dev-qt/qtcharts-5.15.8 (dev-qt/qtcharts) $ ebuild tellico-3.4.6.ebuild configure > -- The following OPTIONAL packages have been found: > ... > * Qt5Charts So, the Gentoo ebuild is clearly already depending on qtcharts and the build system also correctly finding it, at least for me. Your ebuild just duplicates the dependency by exposing an option to build without it, when it was unconditional propided already. If there is a problem for you, please re-open with logs.