dev-util/cutter: Add missing PYTHON_REQUIRED_USE
authorMichał Górny <mgorny@gentoo.org>
Mon, 12 Aug 2019 20:13:57 +0000 (22:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 12 Aug 2019 20:16:06 +0000 (22:16 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/cutter/cutter-1.8.0.ebuild
dev-util/cutter/cutter-1.8.2.ebuild

index e1e21ad2836ab9e73fb253013d08516d4213eeb9..36ab4ff606ef20eaa14dffb31aa83ff59e4e5f25 100644 (file)
@@ -15,7 +15,8 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="jupyter webengine"
-REQUIRED_USE="webengine? ( jupyter )"
+REQUIRED_USE="webengine? ( jupyter )
+       ${PYTHON_REQUIRED_USE}"
 
 DEPEND="
        ${PYTHON_DEPS}
index dde00637bbf80d5efdd5734286a90b67332ab0b2..c31e6b2f6d5e0a1160b3c41da86c545db9770ca8 100644 (file)
@@ -15,7 +15,8 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="jupyter webengine"
-REQUIRED_USE="webengine? ( jupyter )"
+REQUIRED_USE="webengine? ( jupyter )
+       ${PYTHON_REQUIRED_USE}"
 
 DEPEND="
        ${PYTHON_DEPS}