From 41b8abe1951997b29bf74f2ac5b86224c5a88503 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 26 Feb 2017 16:57:30 -0800 Subject: [PATCH] dev-python/beautifulsoup: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild | 2 +- dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild index cf50eb19f11a..96ee4c1b699e 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild index bf3702eca90a..bedf725177d1 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 -- 2.26.2