Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 684938 - dev-libs/libbytesize : add USE=python
Summary: dev-libs/libbytesize : add USE=python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-05-02 16:04 UTC by Arthur Zamarin
Modified: 2019-05-04 07:37 UTC (History)
0 users

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


Attachments
Patch for adding IUSE=python (libbytesize_use-python.patch,1.03 KB, patch)
2019-05-02 16:04 UTC, Arthur Zamarin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2019-05-02 16:04:59 UTC
Created attachment 574952 [details, diff]
Patch for adding IUSE=python

The package installs python bindings which are optional.
I managed to disable them using the $(use_with python python3) in configure. I added a ebuild diff which works for me.
Please note: it may need more checks about python dependencies check.

On another note:
sys-devel/gettext might need to be a BDEPEND
Comment 1 Larry the Git Cow gentoo-dev 2019-05-04 06:59:40 UTC
The bug has been closed via the following commit(s):

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

commit 1956ce92abd8865e029a0e924d8fc3187c3a9990
Author:     Arthur Zamarin <arthurzam+gentoo@gmail.com>
AuthorDate: 2019-05-04 06:48:54 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-05-04 06:59:29 +0000

    dev-libs/libbytesize: Added "python" USE flag
    
    Closes: https://bugs.gentoo.org/684938
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 dev-libs/libbytesize/libbytesize-2.0.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
Comment 2 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2019-05-04 07:37:00 UTC
Big thank you.