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 0721A1388C1 for ; Wed, 11 Nov 2015 17:27:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BBFD21C0B4; 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 4439B21C0A7 for ; Wed, 11 Nov 2015 17:27:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C2D3340806 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 154CE241B for ; Wed, 11 Nov 2015 17:27:31 +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.c440e17b447194ebfa45dfef2db4341c5fb304ed.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rdflib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rdflib/rdflib-3.2.3-r1.ebuild dev-python/rdflib/rdflib-4.1.2.ebuild dev-python/rdflib/rdflib-4.2.0.ebuild dev-python/rdflib/rdflib-4.2.1.ebuild X-VCS-Directories: dev-python/rdflib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c440e17b447194ebfa45dfef2db4341c5fb304ed X-VCS-Branch: master Date: Wed, 11 Nov 2015 17:27:31 +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: a47c231b-75d1-47c2-8899-9acbee5721d0 X-Archives-Hash: 5ff59600dacc21e1b3ed8eac11a0c10d commit: c440e17b447194ebfa45dfef2db4341c5fb304ed Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 11 17:19:42 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=c440e17b dev-python/rdflib: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/rdflib/rdflib-3.2.3-r1.ebuild | 2 +- dev-python/rdflib/rdflib-4.1.2.ebuild | 2 +- dev-python/rdflib/rdflib-4.2.0.ebuild | 2 +- dev-python/rdflib/rdflib-4.2.1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/rdflib/rdflib-3.2.3-r1.ebuild b/dev-python/rdflib/rdflib-3.2.3-r1.ebuild index 1a4e730..5985014 100644 --- a/dev-python/rdflib/rdflib-3.2.3-r1.ebuild +++ b/dev-python/rdflib/rdflib-3.2.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3} ) -PYTHON_REQ_USE="sqlite?" +PYTHON_REQ_USE="sqlite?,threads(+)" inherit distutils-r1 diff --git a/dev-python/rdflib/rdflib-4.1.2.ebuild b/dev-python/rdflib/rdflib-4.1.2.ebuild index 1a24551..65cd9c0 100644 --- a/dev-python/rdflib/rdflib-4.1.2.ebuild +++ b/dev-python/rdflib/rdflib-4.1.2.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -PYTHON_REQ_USE="sqlite?" +PYTHON_REQ_USE="sqlite?,threads(+)" # The usual required for tests DISTUTILS_IN_SOURCE_BUILD=1 diff --git a/dev-python/rdflib/rdflib-4.2.0.ebuild b/dev-python/rdflib/rdflib-4.2.0.ebuild index 2a91536..017e156 100644 --- a/dev-python/rdflib/rdflib-4.2.0.ebuild +++ b/dev-python/rdflib/rdflib-4.2.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -PYTHON_REQ_USE="sqlite?" +PYTHON_REQ_USE="sqlite?,threads(+)" # The usual required for tests DISTUTILS_IN_SOURCE_BUILD=1 diff --git a/dev-python/rdflib/rdflib-4.2.1.ebuild b/dev-python/rdflib/rdflib-4.2.1.ebuild index aaeaf53..d99bce1 100644 --- a/dev-python/rdflib/rdflib-4.2.1.ebuild +++ b/dev-python/rdflib/rdflib-4.2.1.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -PYTHON_REQ_USE="sqlite?" +PYTHON_REQ_USE="sqlite?,threads(+)" # The usual required for tests DISTUTILS_IN_SOURCE_BUILD=1