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 EB0EF1384B4 for ; Thu, 12 Nov 2015 16:38:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82B2721C05F; Thu, 12 Nov 2015 16:38: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 2CE5D21C05F for ; Thu, 12 Nov 2015 16:38: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 29D1C3402A2 for ; Thu, 12 Nov 2015 16:38:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A3AA1063 for ; Thu, 12 Nov 2015 16:38: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: <1447346309.0ff0f4b7589d62f1ad84252b2a31143310363ad1.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfltk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyfltk/pyfltk-1.3.0-r2.ebuild dev-python/pyfltk/pyfltk-1.3.3.ebuild X-VCS-Directories: dev-python/pyfltk/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0ff0f4b7589d62f1ad84252b2a31143310363ad1 X-VCS-Branch: master Date: Thu, 12 Nov 2015 16:38: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: 4384fc97-83e9-43fa-a8ad-05e73c8d95e6 X-Archives-Hash: ababbcf0dcd04a83c7fcd4e07ceff649 commit: 0ff0f4b7589d62f1ad84252b2a31143310363ad1 Author: Justin Lecher gentoo org> AuthorDate: Thu Nov 12 16:38:22 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Nov 12 16:38:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff0f4b7 dev-python/pyfltk: Require thread support in python Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565594 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/pyfltk/pyfltk-1.3.0-r2.ebuild | 1 + dev-python/pyfltk/pyfltk-1.3.3.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/pyfltk/pyfltk-1.3.0-r2.ebuild b/dev-python/pyfltk/pyfltk-1.3.0-r2.ebuild index 845f7a2..eac4dbc 100644 --- a/dev-python/pyfltk/pyfltk-1.3.0-r2.ebuild +++ b/dev-python/pyfltk/pyfltk-1.3.0-r2.ebuild @@ -7,6 +7,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 flag-o-matic diff --git a/dev-python/pyfltk/pyfltk-1.3.3.ebuild b/dev-python/pyfltk/pyfltk-1.3.3.ebuild index 73c3a14..921e894 100644 --- a/dev-python/pyfltk/pyfltk-1.3.3.ebuild +++ b/dev-python/pyfltk/pyfltk-1.3.3.ebuild @@ -7,6 +7,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 flag-o-matic