commit: 6387efabe84170e6c6e35e38b6b384971406416d
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon May 6 08:30:53 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon May 6 08:30:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6387efab
dev-libs/libbytesize: USE="tools" requires USE="python"
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-libs/libbytesize/libbytesize-2.0-r3.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-libs/libbytesize/libbytesize-2.0-r3.ebuild
b/dev-libs/libbytesize/libbytesize-2.0-r3.ebuild
index 9dbadf259d2..f3c68f3c42f 100644
--- a/dev-libs/libbytesize/libbytesize-2.0-r3.ebuild
+++ b/dev-libs/libbytesize/libbytesize-2.0-r3.ebuild
@@ -15,7 +15,10 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc python test tools"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="
+ python? ( ${PYTHON_REQUIRED_USE} )
+ tools? ( python )
+"
RDEPEND="
dev-libs/gmp:0=