From d7b943d90f9a60924a9dde03d7e8ca9eba8148f9 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 9 Feb 2016 09:25:49 +0100 Subject: [PATCH] dev-python/netifaces: Add python3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- dev-python/netifaces/netifaces-0.10.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/netifaces/netifaces-0.10.4.ebuild b/dev-python/netifaces/netifaces-0.10.4.ebuild index 7ca981fda99ac..007ace92437b6 100644 --- a/dev-python/netifaces/netifaces-0.10.4.ebuild +++ b/dev-python/netifaces/netifaces-0.10.4.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=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1