From 95f2177fbc860019141f55ce769b84624086d0a6 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 27 Jan 2016 09:01:17 +0100 Subject: dev-python/prettytable: Add python3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- dev-python/prettytable/prettytable-0.7.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/prettytable') diff --git a/dev-python/prettytable/prettytable-0.7.2.ebuild b/dev-python/prettytable/prettytable-0.7.2.ebuild index e385645ea2ed..1c02133a0a40 100644 --- a/dev-python/prettytable/prettytable-0.7.2.ebuild +++ b/dev-python/prettytable/prettytable-0.7.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad