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 F20D0138334 for ; Thu, 30 Aug 2018 15:48:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDF1EE07D9; Thu, 30 Aug 2018 15:48:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 978CAE07D9 for ; Thu, 30 Aug 2018 15:48:54 +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 3C7A6335CE9 for ; Thu, 30 Aug 2018 15:48:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B543D3C1 for ; Thu, 30 Aug 2018 15:48:49 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1535643738.b3ee9aebac31eb875fb13784a66c56e75aaeb863.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask/flask-1.0.2.ebuild X-VCS-Directories: dev-python/flask/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: b3ee9aebac31eb875fb13784a66c56e75aaeb863 X-VCS-Branch: master Date: Thu, 30 Aug 2018 15:48:49 +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: 8ceb33e1-2870-4330-8d4c-943ba2386b00 X-Archives-Hash: f6113a37b6155fd450eabf5e97cc49b7 commit: b3ee9aebac31eb875fb13784a66c56e75aaeb863 Author: Virgil Dupras gentoo org> AuthorDate: Thu Aug 30 15:42:18 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Thu Aug 30 15:42:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ee9aeb dev-python/flask: re-add Python 3.4 I shouldn't have removed it. Package-Manager: Portage-2.3.48, Repoman-2.3.10 dev-python/flask/flask-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask/flask-1.0.2.ebuild b/dev-python/flask/flask-1.0.2.ebuild index 6b340034d51..d44c39bd28f 100644 --- a/dev-python/flask/flask-1.0.2.ebuild +++ b/dev-python/flask/flask-1.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) inherit distutils-r1