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 C4304139694 for ; Fri, 10 Mar 2017 15:36:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1218BE0BFF; Fri, 10 Mar 2017 15:36:52 +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 DDB09E0BFF for ; Fri, 10 Mar 2017 15:36:51 +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 A1B92340A23 for ; Fri, 10 Mar 2017 15:36:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67742636E for ; Fri, 10 Mar 2017 15:36:49 +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: <1489160195.f018960c688ffebbf97891ac4427216475a5baa3.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypam/pypam-0.5.0-r3.ebuild X-VCS-Directories: dev-python/pypam/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: f018960c688ffebbf97891ac4427216475a5baa3 X-VCS-Branch: master Date: Fri, 10 Mar 2017 15:36: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: 807096ff-e35c-424f-810a-0c1b3610200e X-Archives-Hash: 51ff556a3ef1a00699f6b32179fd30bc commit: f018960c688ffebbf97891ac4427216475a5baa3 Author: Manuel Rüger gentoo org> AuthorDate: Fri Mar 10 15:35:23 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Mar 10 15:36:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f018960c dev-python/pypam: Add support for python3_5 Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-python/pypam/pypam-0.5.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypam/pypam-0.5.0-r3.ebuild b/dev-python/pypam/pypam-0.5.0-r3.ebuild index a1723a99b76..eb48f5060bd 100644 --- a/dev-python/pypam/pypam-0.5.0-r3.ebuild +++ b/dev-python/pypam/pypam-0.5.0-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 flag-o-matic