USE flags Page shows Local flags, Global flags. But it doesn't show USE_EXPAND flags. https://packages.gentoo.org/packages/media-libs/libgphoto2 shows tons of flags but we can see one only on https://packages.gentoo.org/useflags .
Yes, it was a very good idea. I've done the first implementation (comments or improvements are welcome), which for now is deployed at staging area under [1]. [1] https://packagestest.gentoo.org/useflags/expand
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/sites/soko.git/commit/?id=2a0e925f925c6eca8f564e5dc77343345715da58 commit 2a0e925f925c6eca8f564e5dc77343345715da58 Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2023-03-25 13:59:52 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2023-03-25 14:00:57 +0000 useflags: add new page for all USE expands A new page at `/useflags/expand` for showing all USE expands. Closes: https://bugs.gentoo.org/902549 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> pkg/app/handler/useflags/expand.go | 45 ++++++++++++++++++ pkg/app/serve.go | 6 ++- web/templates/useflags/browseuseflagsheader.tmpl | 2 +- web/templates/useflags/listexpand.tmpl | 58 ++++++++++++++++++++++++ 4 files changed, 108 insertions(+), 3 deletions(-)