From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D6A471384B4 for ; Wed, 11 Nov 2015 17:27:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2AF621C0B2; Wed, 11 Nov 2015 17:27:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8C4621C0A9 for ; Wed, 11 Nov 2015 17:27:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A33D434078E for ; Wed, 11 Nov 2015 17:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E62342419 for ; Wed, 11 Nov 2015 17:27:30 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447262823.05bee7983f08b8baae2f0972080337f39b39b2bc.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyinotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyinotify/metadata.xml dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild dev-python/pyinotify/pyinotify-0.9.5.ebuild dev-python/pyinotify/pyinotify-0.9.6.ebuild X-VCS-Directories: dev-python/pyinotify/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 05bee7983f08b8baae2f0972080337f39b39b2bc X-VCS-Branch: master Date: Wed, 11 Nov 2015 17:27:30 +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: 8c162914-b5ba-4a3d-b02b-3ef2ad78ec76 X-Archives-Hash: 7c7d36a86c9160c0dce7aa14a4d4534a commit: 05bee7983f08b8baae2f0972080337f39b39b2bc Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 11 17:17:37 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 11 17:27:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bee798 dev-python/pyinotify: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/pyinotify/metadata.xml | 2 +- dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild | 1 + dev-python/pyinotify/pyinotify-0.9.5.ebuild | 1 + dev-python/pyinotify/pyinotify-0.9.6.ebuild | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/pyinotify/metadata.xml b/dev-python/pyinotify/metadata.xml index de483c5..301d220 100644 --- a/dev-python/pyinotify/metadata.xml +++ b/dev-python/pyinotify/metadata.xml @@ -1,5 +1,5 @@ -python + python diff --git a/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild b/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild index 71b34d7..a2638b4 100644 --- a/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild +++ b/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/pyinotify/pyinotify-0.9.5.ebuild b/dev-python/pyinotify/pyinotify-0.9.5.ebuild index 837f34a..7bf821c 100644 --- a/dev-python/pyinotify/pyinotify-0.9.5.ebuild +++ b/dev-python/pyinotify/pyinotify-0.9.5.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/pyinotify/pyinotify-0.9.6.ebuild b/dev-python/pyinotify/pyinotify-0.9.6.ebuild index 837f34a..7bf821c 100644 --- a/dev-python/pyinotify/pyinotify-0.9.6.ebuild +++ b/dev-python/pyinotify/pyinotify-0.9.6.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1