From c3e53ede9672606d0e95c7c33b982236e7906038 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 20 Oct 2015 11:26:05 +0200 Subject: dev-python/beautifulsoup: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python/beautifulsoup') diff --git a/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild index e90c60923977..279468beeb11 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.4.1.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad