Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 748129 - app-portage/gentoolkit-0.5.0-r1 prints "equery uses package" Descriptions double
Summary: app-portage/gentoolkit-0.5.0-r1 prints "equery uses package" Descriptions double
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
: 748954 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-10-12 23:25 UTC by josef.95
Modified: 2020-10-14 18:16 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info app-portage/gentoolkit (emerge_info.txt,7.72 KB, text/plain)
2020-10-12 23:25 UTC, josef.95
Details

Note You need to log in before you can comment on or make changes to this bug.
Description josef.95 2020-10-12 23:25:24 UTC
Created attachment 664927 [details]
emerge --info app-portage/gentoolkit

Example: $ equery u app-editors/nano
[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
 * Found these USE flags for app-editors/nano-5.3-r1:
 U I
 - - debug   : Enable debug messages and assert warnings. Note that these will all be sent straight to stderr rather than some logging facility. Enable debug messages and assert warnings. Note that these will
               all be sent straight to stderr rather than some logging facility. 
 - - justify : Enable justify/unjustify functions for text formatting.Enable justify/unjustify functions for text formatting. 
 - - magic   : Add magic file support (sys-apps/file) to automatically detect appropriate syntax highlighting Add magic file support (sys-apps/file) to automatically detect appropriate syntax highlighting 
 - - minimal : Disable all fancy features, including ones that otherwise have a dedicated USE flag (such as spelling). Disable all fancy features, including ones that otherwise have a dedicated USE flag (such
               as spelling). 
 + + ncurses : Add ncurses support (console display library)
 + + nls     : Add Native Language Support (using gettext - GNU locale utilities)
 - - slang   : Add support for the slang text display library (it's like ncurses, but different)
 + + spell   : Add dictionary support
 - - static  : !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically
 + + unicode : Add support for Unicode

With =app-portage/gentoolkit-0.4.8 it prints the entries correct.
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2020-10-13 13:27:21 UTC
Confirmed the bug between gentoolkit-0.5.0 and gentoolkit-0.5.0-r1, with -r1 duplicating some use flag descriptions.
Comment 2 Larry the Git Cow gentoo-dev 2020-10-13 14:30:55 UTC
The bug has been closed via the following commit(s):

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

commit 8e426ccff148220423503c9a1c6c512c9b63ddfa
Author:     Brian Dolbec <dolsen@gentoo.org>
AuthorDate: 2020-10-13 14:27:14 +0000
Commit:     Brian Dolbec <dolsen@gentoo.org>
CommitDate: 2020-10-13 14:28:18 +0000

    app-portage/gentoolkit: Fix use flag desc. in 0.5.0-r1 bug 748129
    
    Fix duplicated text in some use flag descriptions caused by
    the -r1 py3.9 patch.
    
    Closes: https://bugs.gentoo.org/748129
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Brian Dolbec <dolsen@gentoo.org>

 .../files/gentoolkit-0.5.0-r1-python3_9.patch      | 34 ++++++++++++++++++++++
 ...-0.5.0-r1.ebuild => gentoolkit-0.5.0-r2.ebuild} |  5 +++-
 2 files changed, 38 insertions(+), 1 deletion(-)
Comment 3 josef.95 2020-10-13 18:20:13 UTC
=gentoolkit-0.5.0-r2 works now fine,
thanks! :)
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2020-10-14 18:16:20 UTC
*** Bug 748954 has been marked as a duplicate of this bug. ***