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 F2B4F139694 for ; Mon, 29 May 2017 16:33:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A35EE0E7A; Mon, 29 May 2017 16:33:04 +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 1CE34E0E45 for ; Mon, 29 May 2017 16:33:04 +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 01AB53416E8 for ; Mon, 29 May 2017 16:33:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94FBA746C for ; Mon, 29 May 2017 16:33:01 +0000 (UTC) From: "Pacho Ramos" 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" Message-ID: <1496075541.9bed5afcfa700a8d4cc128d7e04d8b455d9244ad.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/roman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/roman/roman-2.0.0.ebuild X-VCS-Directories: dev-python/roman/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9bed5afcfa700a8d4cc128d7e04d8b455d9244ad X-VCS-Branch: master Date: Mon, 29 May 2017 16:33:01 +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: 84a5d1bc-b929-44d2-9ed4-487271f843d0 X-Archives-Hash: 7c98f7c1f32e906748758e9cd5280223 commit: 9bed5afcfa700a8d4cc128d7e04d8b455d9244ad Author: Pacho Ramos gentoo org> AuthorDate: Mon May 29 13:54:05 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon May 29 16:32:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bed5afc dev-python/roman: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/roman/roman-2.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/roman/roman-2.0.0.ebuild b/dev-python/roman/roman-2.0.0.ebuild index 51a3f28afe8..355a4491693 100644 --- a/dev-python/roman/roman-2.0.0.ebuild +++ b/dev-python/roman/roman-2.0.0.ebuild @@ -1,9 +1,9 @@ -# 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} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1