summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-02-26 16:57:30 -0800
committerZac Medico <zmedico@gentoo.org>2017-02-26 17:07:42 -0800
commit41b8abe1951997b29bf74f2ac5b86224c5a88503 (patch)
tree53e96595219e9a11a84c0df7b785cca115ae19a1 /dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild
parentprofiles: Mask x11-libs/glamor for removal. (diff)
downloadgentoo-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/beautifulsoup-4.5.1.ebuild')
-rw-r--r--dev-python/beautifulsoup/beautifulsoup-4.5.1.ebuild2
1 files changed, 1 insertions, 1 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