diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-26 16:57:30 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-26 17:07:42 -0800 |
commit | 41b8abe1951997b29bf74f2ac5b86224c5a88503 (patch) | |
tree | 53e96595219e9a11a84c0df7b785cca115ae19a1 /dev-python/beautifulsoup | |
parent | profiles: Mask x11-libs/glamor for removal. (diff) | |
download | gentoo-41b8abe1951997b29bf74f2ac5b86224c5a88503.tar.gz gentoo-41b8abe1951997b29bf74f2ac5b86224c5a88503.tar.bz2 gentoo-41b8abe1951997b29bf74f2ac5b86224c5a88503.zip |
dev-python/beautifulsoup: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild | 2 | ||||
-rw-r--r-- | 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 |