Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 708288 - sys-libs/libsmbios: rename or default enable USE python
Summary: sys-libs/libsmbios: rename or default enable USE python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-04 21:24 UTC by Pacho Ramos
Modified: 2020-02-10 22:31 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 Pacho Ramos gentoo-dev 2020-02-04 21:24:15 UTC
I was wondering why I wasn't having smbios-thermal-ctl application. After reading libsmbios ebuild I saw that I need to enable python USE flag. I wonder if maybe "utils" would be a better name for this USE or, of not wanting to rename, at least +python USE could be set. This only adds a dependency on python base package, not anything heavy for most people

Thanks
Comment 1 Larry the Git Cow gentoo-dev 2020-02-10 13:02:40 UTC
The bug has been closed via the following commit(s):

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

commit d7c9498b322fddbb1f26cd671281535b73dbecf8
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-02-10 13:02:11 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-02-10 13:02:34 +0000

    sys-libs/libsmbios: Bump to version 2.4.3
    
    Default enable "python" USE flag.
    
    Closes: https://bugs.gentoo.org/708290
    Closes: https://bugs.gentoo.org/708288
    Package-Manager: Portage-2.3.88, Repoman-2.3.20
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-libs/libsmbios/Manifest               |  1 +
 sys-libs/libsmbios/libsmbios-2.4.3.ebuild | 79 +++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)
Comment 2 Pacho Ramos gentoo-dev 2020-02-10 22:31:30 UTC
Thanks!