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 D2190138330 for ; Thu, 13 Oct 2016 17:09:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DFE6E0B7D; Thu, 13 Oct 2016 17:09:44 +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 13082E0B7D for ; Thu, 13 Oct 2016 17:09:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D10C3341646 for ; Thu, 13 Oct 2016 17:09:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DD1D2F7 for ; Thu, 13 Oct 2016 17:09:41 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1476378536.9541f2bca7ca4d356978d4b150b38974f812abb4.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/portage-2.3.2.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 9541f2bca7ca4d356978d4b150b38974f812abb4 X-VCS-Branch: master Date: Thu, 13 Oct 2016 17:09:41 +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: e28384aa-b5e3-4334-8203-7595ca413b22 X-Archives-Hash: 6e09cf026d4712e35154e4ef3146085c commit: 9541f2bca7ca4d356978d4b150b38974f812abb4 Author: Brian Dolbec gentoo org> AuthorDate: Thu Oct 13 17:07:57 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Oct 13 17:08:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9541f2bc sys-apps/portage: Add threads(+) to PYTHON_REQ_USE This should help prevent erors like the following: File "/usr/lib64/python2.7/site-packages/portage/locks.py", line 11, in import multiprocessing ImportError: No module named multiprocessing Package-Manager: portage-2.3.2 sys-apps/portage/portage-2.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/portage/portage-2.3.2.ebuild b/sys-apps/portage/portage-2.3.2.ebuild index b4a805b..a9c7910 100644 --- a/sys-apps/portage/portage-2.3.2.ebuild +++ b/sys-apps/portage/portage-2.3.2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_3 python3_4 python3_5 python2_7 ) -PYTHON_REQ_USE='bzip2(+)' +PYTHON_REQ_USE='bzip2(+),threads(+)' inherit distutils-r1 multilib