summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-05-06 10:30:53 +0200
committerLars Wendler <polynomial-c@gentoo.org>2019-05-06 10:30:53 +0200
commit6387efabe84170e6c6e35e38b6b384971406416d (patch)
tree1f8682b50b966f484cfd0ff266165b54f54ed9e3 /dev-libs/libbytesize
parentsys-apps/iproute2: Replace sed delimiters for possible gcc-9 CFLAGS (diff)
downloadgentoo-6387efabe84170e6c6e35e38b6b384971406416d.tar.gz
gentoo-6387efabe84170e6c6e35e38b6b384971406416d.tar.bz2
gentoo-6387efabe84170e6c6e35e38b6b384971406416d.zip
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@gentoo.org>
Diffstat (limited to 'dev-libs/libbytesize')
-rw-r--r--dev-libs/libbytesize/libbytesize-2.0-r3.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/libbytesize/libbytesize-2.0-r3.ebuild b/dev-libs/libbytesize/libbytesize-2.0-r3.ebuild
index 9dbadf259d2c..f3c68f3c42fe 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=