From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 217D2138334 for ; Mon, 12 Aug 2019 20:16:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D2FCE07D8; Mon, 12 Aug 2019 20:16:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B84FE07D8 for ; Mon, 12 Aug 2019 20:16:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB95D3499C0 for ; Mon, 12 Aug 2019 20:16:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B72CC75E for ; Mon, 12 Aug 2019 20:16:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1565640966.71cf3742fd77e564fe90ba477d158d10aa5678d6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cutter/cutter-1.8.0.ebuild dev-util/cutter/cutter-1.8.2.ebuild X-VCS-Directories: dev-util/cutter/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 71cf3742fd77e564fe90ba477d158d10aa5678d6 X-VCS-Branch: master Date: Mon, 12 Aug 2019 20:16:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c4074c2-bb7b-4b82-98a4-0fa88232d6f3 X-Archives-Hash: a41a449400f34d44ae03629f074f1ee8 commit: 71cf3742fd77e564fe90ba477d158d10aa5678d6 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 12 20:13:57 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 12 20:16:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cf3742 dev-util/cutter: Add missing PYTHON_REQUIRED_USE Signed-off-by: Michał Górny gentoo.org> dev-util/cutter/cutter-1.8.0.ebuild | 3 ++- dev-util/cutter/cutter-1.8.2.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/cutter/cutter-1.8.0.ebuild b/dev-util/cutter/cutter-1.8.0.ebuild index e1e21ad2836..36ab4ff606e 100644 --- a/dev-util/cutter/cutter-1.8.0.ebuild +++ b/dev-util/cutter/cutter-1.8.0.ebuild @@ -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} diff --git a/dev-util/cutter/cutter-1.8.2.ebuild b/dev-util/cutter/cutter-1.8.2.ebuild index dde00637bbf..c31e6b2f6d5 100644 --- a/dev-util/cutter/cutter-1.8.2.ebuild +++ b/dev-util/cutter/cutter-1.8.2.ebuild @@ -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}