From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-906285-garchives=archives.gentoo.org@lists.gentoo.org> 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 40255138330 for <garchives@archives.gentoo.org>; Thu, 13 Oct 2016 17:14:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A978E0BB3; Thu, 13 Oct 2016 17:14:46 +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 8221AE0BB3 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2016 17:14:46 +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 14912341652 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2016 17:14:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E64F2300 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2016 17:14:43 +0000 (UTC) From: "Brian Dolbec" <dolsen@gentoo.org> 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" <dolsen@gentoo.org> Message-ID: <1476378874.e5265e2ca60e81d4d91f7940bff7fe82e29d117b.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-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: e5265e2ca60e81d4d91f7940bff7fe82e29d117b X-VCS-Branch: master Date: Thu, 13 Oct 2016 17:14:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1d1e44da-fe76-4770-afb8-31ba75077873 X-Archives-Hash: 5a688e60466cce4b5eab9ee86a7e3a3e commit: e5265e2ca60e81d4d91f7940bff7fe82e29d117b Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Thu Oct 13 17:13:45 2016 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Thu Oct 13 17:14:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5265e2c sys-apps/portage: Add threads(+) to PYTHON_REQUIRED_USE in 9999 too See previous commit for 2.3.2 Package-Manager: portage-2.3.2 sys-apps/portage/portage-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index ad674fd..6a6f515 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.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 git-r3 multilib