Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uftrace/
Date: Mon, 12 Aug 2019 19:52:54
Message-Id: 1565639471.bd48342002d85bd59b47481a90323e6f26e9c018.mgorny@gentoo
1 commit: bd48342002d85bd59b47481a90323e6f26e9c018
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 12 19:51:11 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 19:51:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd483420
7
8 dev-util/uftrace: Add missing PYTHON_REQUIRED_USE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/uftrace/uftrace-0.9.3.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-util/uftrace/uftrace-0.9.3.ebuild b/dev-util/uftrace/uftrace-0.9.3.ebuild
16 index 9520ab25fb8..d48d238c801 100644
17 --- a/dev-util/uftrace/uftrace-0.9.3.ebuild
18 +++ b/dev-util/uftrace/uftrace-0.9.3.ebuild
19 @@ -15,6 +15,7 @@ LICENSE="GPL-2"
20 SLOT="0"
21 KEYWORDS="~amd64"
22 IUSE="capstone"
23 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
24
25 RESTRICT="test"