From 9bed5afcfa700a8d4cc128d7e04d8b455d9244ad Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 29 May 2017 15:54:05 +0200 Subject: [PATCH] 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 51a3f28afe8c7..355a44916938e 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