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 AF13A139694 for ; Thu, 20 Apr 2017 10:45:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1B43E0CFD; Thu, 20 Apr 2017 10:45:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAD54E0CFD for ; Thu, 20 Apr 2017 10:45:26 +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 DDB64340F43 for ; Thu, 20 Apr 2017 10:45:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86E417435 for ; Thu, 20 Apr 2017 10:45:24 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1492685120.2c34fea1edd4488742bf9345ab857d64985de2dc.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dirq/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dirq/dirq-1.7.1.ebuild X-VCS-Directories: dev-python/dirq/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 2c34fea1edd4488742bf9345ab857d64985de2dc X-VCS-Branch: master Date: Thu, 20 Apr 2017 10:45:24 +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-Archives-Salt: bfe0bc13-b3ad-4468-b942-2e4e85fc8e7f X-Archives-Hash: a37413c9181474be7e2c5fb0bd93f264 commit: 2c34fea1edd4488742bf9345ab857d64985de2dc Author: Marek Szuba gentoo org> AuthorDate: Thu Apr 20 10:45:20 2017 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Apr 20 10:45:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c34fea1 dev-python/dirq: enforce PYTHON_REQUIRED_USE Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/dirq/dirq-1.7.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/dirq/dirq-1.7.1.ebuild b/dev-python/dirq/dirq-1.7.1.ebuild index e304075fa72..5fd3db570d6 100644 --- a/dev-python/dirq/dirq-1.7.1.ebuild +++ b/dev-python/dirq/dirq-1.7.1.ebuild @@ -17,6 +17,7 @@ KEYWORDS="~amd64" RDEPEND="${PYTHON_DEPS}" DEPEND="${RDEPEND}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Note: as of 2017-03-22, dirq tests are known to fail in Docker containers python_test() {