From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-967520-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 B76E71396D0 for <garchives@archives.gentoo.org>; Wed, 16 Aug 2017 17:34:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1092A1FC006; Wed, 16 Aug 2017 17:34:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E32E61FC006 for <gentoo-commits@lists.gentoo.org>; Wed, 16 Aug 2017 17:34:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0786C34183F for <gentoo-commits@lists.gentoo.org>; Wed, 16 Aug 2017 17:34:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C277D7744 for <gentoo-commits@lists.gentoo.org>; Wed, 16 Aug 2017 17:34:56 +0000 (UTC) From: "Michał Górny" <mgorny@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, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1502904891.57b2256c08c5f63cd36e78280a55a3ccd56f198e.mgorny@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.5.ebuild sys-apps/portage/portage-2.3.6.ebuild sys-apps/portage/portage-2.3.7.ebuild sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 57b2256c08c5f63cd36e78280a55a3ccd56f198e X-VCS-Branch: master Date: Wed, 16 Aug 2017 17:34:56 +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: 9b15f4b0-ce4a-4abe-a1c6-da717ce5cfcf X-Archives-Hash: 5b5a7ec4492dc4e17e08f7241f7edc76 commit: 57b2256c08c5f63cd36e78280a55a3ccd56f198e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Aug 16 17:34:10 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 16 17:34:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b2256c sys-apps/portage: Drop py3.3 from PYTHON_COMPAT sys-apps/portage/portage-2.3.5.ebuild | 2 +- sys-apps/portage/portage-2.3.6.ebuild | 2 +- sys-apps/portage/portage-2.3.7.ebuild | 2 +- sys-apps/portage/portage-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/portage/portage-2.3.5.ebuild b/sys-apps/portage/portage-2.3.5.ebuild index f9f6966ad7e..997eb5d0ceb 100644 --- a/sys-apps/portage/portage-2.3.5.ebuild +++ b/sys-apps/portage/portage-2.3.5.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( pypy - python3_3 python3_4 python3_5 python3_6 + python3_4 python3_5 python3_6 python2_7 ) PYTHON_REQ_USE='bzip2(+),threads(+)' diff --git a/sys-apps/portage/portage-2.3.6.ebuild b/sys-apps/portage/portage-2.3.6.ebuild index d1d7ee5d8ca..a91377369a4 100644 --- a/sys-apps/portage/portage-2.3.6.ebuild +++ b/sys-apps/portage/portage-2.3.6.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( pypy - python3_3 python3_4 python3_5 python3_6 + python3_4 python3_5 python3_6 python2_7 ) PYTHON_REQ_USE='bzip2(+),threads(+)' diff --git a/sys-apps/portage/portage-2.3.7.ebuild b/sys-apps/portage/portage-2.3.7.ebuild index 0d289074d71..e45f0113c0f 100644 --- a/sys-apps/portage/portage-2.3.7.ebuild +++ b/sys-apps/portage/portage-2.3.7.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( pypy - python3_3 python3_4 python3_5 python3_6 + 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 5e2c76aee65..ce2b5041bab 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( pypy - python3_3 python3_4 python3_5 python3_6 + python3_4 python3_5 python3_6 python2_7 ) PYTHON_REQ_USE='bzip2(+),threads(+)'