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/cutter/
Date: Mon, 12 Aug 2019 20:16:14
Message-Id: 1565640966.71cf3742fd77e564fe90ba477d158d10aa5678d6.mgorny@gentoo
1 commit: 71cf3742fd77e564fe90ba477d158d10aa5678d6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 12 20:13:57 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 20:16:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cf3742
7
8 dev-util/cutter: Add missing PYTHON_REQUIRED_USE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/cutter/cutter-1.8.0.ebuild | 3 ++-
13 dev-util/cutter/cutter-1.8.2.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/cutter/cutter-1.8.0.ebuild b/dev-util/cutter/cutter-1.8.0.ebuild
17 index e1e21ad2836..36ab4ff606e 100644
18 --- a/dev-util/cutter/cutter-1.8.0.ebuild
19 +++ b/dev-util/cutter/cutter-1.8.0.ebuild
20 @@ -15,7 +15,8 @@ LICENSE="GPL-3"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23 IUSE="jupyter webengine"
24 -REQUIRED_USE="webengine? ( jupyter )"
25 +REQUIRED_USE="webengine? ( jupyter )
26 + ${PYTHON_REQUIRED_USE}"
27
28 DEPEND="
29 ${PYTHON_DEPS}
30
31 diff --git a/dev-util/cutter/cutter-1.8.2.ebuild b/dev-util/cutter/cutter-1.8.2.ebuild
32 index dde00637bbf..c31e6b2f6d5 100644
33 --- a/dev-util/cutter/cutter-1.8.2.ebuild
34 +++ b/dev-util/cutter/cutter-1.8.2.ebuild
35 @@ -15,7 +15,8 @@ LICENSE="GPL-3"
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 IUSE="jupyter webengine"
39 -REQUIRED_USE="webengine? ( jupyter )"
40 +REQUIRED_USE="webengine? ( jupyter )
41 + ${PYTHON_REQUIRED_USE}"
42
43 DEPEND="
44 ${PYTHON_DEPS}