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 465A31384B4 for ; Wed, 11 Nov 2015 17:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B73F121C0BA; Wed, 11 Nov 2015 17:27:37 +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 50F1A21C0A9 for ; Wed, 11 Nov 2015 17:27:36 +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 91A95340806 for ; Wed, 11 Nov 2015 17:27:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B4D2241F 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.7bc89cb3650a3489189cfa800ea798bee159f310.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild X-VCS-Directories: app-accessibility/speech-dispatcher/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7bc89cb3650a3489189cfa800ea798bee159f310 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: 894d2b20-be6a-4d65-9625-6d48e452e2f2 X-Archives-Hash: 29e6809d4a3ec6a86fc022d5793f4639 commit: 7bc89cb3650a3489189cfa800ea798bee159f310 Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 11 17:22:10 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=7bc89cb3 app-accessibility/speech-dispatcher: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild index 2e287a6..f9467a8 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python3_3 python3_4 python3_5 ) +PYTHON_REQ_USE="threads(+)" inherit eutils python-r1