From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-945805-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 8D7E4139694 for <garchives@archives.gentoo.org>; Mon, 24 Apr 2017 15:49:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C466FE0CCD; Mon, 24 Apr 2017 15:49:28 +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 A3718E0CB3 for <gentoo-commits@lists.gentoo.org>; Mon, 24 Apr 2017 15:49:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 81A3833BE1A for <gentoo-commits@lists.gentoo.org>; Mon, 24 Apr 2017 15:49:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E00FC7434 for <gentoo-commits@lists.gentoo.org>; Mon, 24 Apr 2017 15:49:25 +0000 (UTC) From: "Pacho Ramos" <pacho@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, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1493048951.4d662e0ce1e8668625d82518f26838b9b2fe68c7.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgxnclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgxnclient/pgxnclient-1.2.1.ebuild X-VCS-Directories: dev-db/pgxnclient/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4d662e0ce1e8668625d82518f26838b9b2fe68c7 X-VCS-Branch: master Date: Mon, 24 Apr 2017 15:49:25 +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: d2553fd5-4c35-44b1-a2eb-de039f4b71dd X-Archives-Hash: 62178d363c6bf03ce914d40392a25341 commit: 4d662e0ce1e8668625d82518f26838b9b2fe68c7 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Apr 24 15:36:59 2017 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Apr 24 15:49:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d662e0c dev-db/pgxnclient: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-db/pgxnclient/pgxnclient-1.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild b/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild index f4bb28fabb6..1abdafe1a35 100644 --- a/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild +++ b/dev-db/pgxnclient/pgxnclient-1.2.1.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,3_6} ) inherit distutils-r1