From: Zac Medico Date: Mon, 27 Feb 2017 00:57:30 +0000 (-0800) Subject: dev-python/beautifulsoup: PYTHON_COMPAT: add python3_6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=41b8abe1951997b29bf74f2ac5b86224c5a88503;p=gentoo.git dev-python/beautifulsoup: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- 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