Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928534 - sys-process/procps - profiles/base/package.use.force sets "unicode" but not ncurses
Summary: sys-process/procps - profiles/base/package.use.force sets "unicode" but not n...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-03 20:44 UTC by Toralf Förster
Modified: 2024-04-04 14:58 UTC (History)
0 users

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 Toralf Förster gentoo-dev 2024-04-03 20:44:02 UTC
But by the ebuild code "ncurses" is mandatory if "unicode" is set.
IMO it doesn't make sense to just force one of both.
Comment 1 Larry the Git Cow gentoo-dev 2024-04-04 14:58:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04245bf04088e9f3e035496d648141313e5a57b

commit e04245bf04088e9f3e035496d648141313e5a57b
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2024-04-04 14:55:33 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2024-04-04 14:55:33 +0000

    sys-process/procps: drop REQUIRED_USE="unicode? ( ncurses )"
    
    Instead, ignore the 'unicode' flag when 'ncurses' is disabled. This
    option only affects the 'watch' command, which is only built with
    ncurses support.
    
    Closes: https://bugs.gentoo.org/928534
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-process/procps/procps-4.0.4-r1.ebuild | 7 +++++--
 sys-process/procps/procps-4.0.4.ebuild    | 9 ++++++---
 2 files changed, 11 insertions(+), 5 deletions(-)