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 8E7E0139694 for ; Sun, 12 Feb 2017 22:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C49C21C09D; Sun, 12 Feb 2017 22:51:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1E82421C09D for ; Sun, 12 Feb 2017 22:51:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E339C341229 for ; Sun, 12 Feb 2017 22:51:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4667745B4 for ; Sun, 12 Feb 2017 22:51:27 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1486939831.7046a598bdf21d307c3d2acdc7ff7d5ab8dc0c78.zmedico@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.3.ebuild sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 7046a598bdf21d307c3d2acdc7ff7d5ab8dc0c78 X-VCS-Branch: master Date: Sun, 12 Feb 2017 22:51:27 +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: 87b16ec0-b6fb-48a7-886b-5be97562d577 X-Archives-Hash: e4f84f84be8ebe4953231555e08333fe commit: 7046a598bdf21d307c3d2acdc7ff7d5ab8dc0c78 Author: Zac Medico gentoo org> AuthorDate: Sun Feb 12 22:50:31 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Feb 12 22:50:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7046a598 sys-apps/portage: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-apps/portage/portage-2.3.3.ebuild | 2 +- sys-apps/portage/portage-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/portage/portage-2.3.3.ebuild b/sys-apps/portage/portage-2.3.3.ebuild index 017199f9a5..20e8d629cd 100644 --- a/sys-apps/portage/portage-2.3.3.ebuild +++ b/sys-apps/portage/portage-2.3.3.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( pypy - python3_3 python3_4 python3_5 + python3_3 python3_4 python3_5 python3_6 python2_7 ) PYTHON_REQ_USE='bzip2(+),threads(+)' diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index f4f3fec7d6..a2e9aba7ad 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( pypy - python3_3 python3_4 python3_5 + python3_3 python3_4 python3_5 python3_6 python2_7 ) PYTHON_REQ_USE='bzip2(+),threads(+)'