Skip to content

Commit

Permalink
dev-libs/libbytesize: USE="tools" requires USE="python"
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed May 6, 2019
1 parent d6382ef commit 6387efa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-libs/libbytesize/libbytesize-2.0-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 6387efa

Please sign in to comment.