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 E15A1139696 for ; Thu, 4 May 2017 17:16:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5736E0D31; Thu, 4 May 2017 17:16:18 +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 A7767E0D2E for ; Thu, 4 May 2017 17:16:18 +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 C7ECE3416C1 for ; Thu, 4 May 2017 17:16:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 370B47427 for ; Thu, 4 May 2017 17:16:16 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1493918152.f5bbeea63d5e55f760075ffc71cb757fac9ed30a.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httmock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httmock/httmock-1.2.5.ebuild X-VCS-Directories: dev-python/httmock/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: f5bbeea63d5e55f760075ffc71cb757fac9ed30a X-VCS-Branch: master Date: Thu, 4 May 2017 17:16:16 +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: 2573bb7d-d2ce-4f6b-84b9-3bdac7da538d X-Archives-Hash: a9852f3938ab1cfc03fcb7dcf268eb17 commit: f5bbeea63d5e55f760075ffc71cb757fac9ed30a Author: Manuel Rüger gentoo org> AuthorDate: Thu May 4 17:11:28 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu May 4 17:15:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5bbeea6 dev-python/httmock: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/httmock/httmock-1.2.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/httmock/httmock-1.2.5.ebuild b/dev-python/httmock/httmock-1.2.5.ebuild index 4e2a45ca7f9..484df4bdec2 100644 --- a/dev-python/httmock/httmock-1.2.5.ebuild +++ b/dev-python/httmock/httmock-1.2.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1