Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbytesize/
Date: Mon, 06 May 2019 08:31:03
Message-Id: 1557131453.6387efabe84170e6c6e35e38b6b384971406416d.polynomial-c@gentoo
1 commit: 6387efabe84170e6c6e35e38b6b384971406416d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 6 08:30:53 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon May 6 08:30:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6387efab
7
8 dev-libs/libbytesize: USE="tools" requires USE="python"
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-libs/libbytesize/libbytesize-2.0-r3.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libbytesize/libbytesize-2.0-r3.ebuild b/dev-libs/libbytesize/libbytesize-2.0-r3.ebuild
17 index 9dbadf259d2..f3c68f3c42f 100644
18 --- a/dev-libs/libbytesize/libbytesize-2.0-r3.ebuild
19 +++ b/dev-libs/libbytesize/libbytesize-2.0-r3.ebuild
20 @@ -15,7 +15,10 @@ SLOT="0"
21 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
22 IUSE="doc python test tools"
23
24 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
25 +REQUIRED_USE="
26 + python? ( ${PYTHON_REQUIRED_USE} )
27 + tools? ( python )
28 +"
29
30 RDEPEND="
31 dev-libs/gmp:0=