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
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(-)
Big thank you.