Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935395 - [Feature request] Show whether USE-flag is turned-on by default
Summary: [Feature request] Show whether USE-flag is turned-on by default
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: Packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Packages Website
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-03 09:16 UTC by Alexander Kurakin
Modified: 2024-08-02 13:02 UTC (History)
1 user (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 Alexander Kurakin 2024-07-03 09:16:29 UTC
The proposition is to highlight `+flag`s from the ebuild's `IUSE` with some special color, or show `+flag` instead of `flag`.

The upstream issue: https://github.com/gentoo/soko/issues/29
Comment 1 Larry the Git Cow gentoo-dev 2024-08-02 13:02:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/sites/soko.git/commit/?id=9b04f9f7236563e1bf05711f6c82bb896327c434

commit 9b04f9f7236563e1bf05711f6c82bb896327c434
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-08-02 13:02:12 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-08-02 13:02:12 +0000

    package/overview: mark default on useflags with +
    
    Resolves: https://github.com/gentoo/soko/issues/29
    Closes: https://bugs.gentoo.org/935395
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 pkg/app/handler/packages/overview.templ |  2 +-
 pkg/app/handler/packages/utils.go       |  7 ++++++-
 pkg/models/package.go                   | 24 +++++++++++++++++-------
 3 files changed, 24 insertions(+), 9 deletions(-)