diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 17:53:51 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 17:53:51 +0200 |
commit | 519dc04d9781a57fbbb6878c0952c46194759f70 (patch) | |
tree | d4a837d173604f5aac508433cd2870d94ce607d2 /dev-python/simplebayes | |
parent | dev-python/libnacl: Add python3_6 (diff) | |
download | gentoo-519dc04d9781a57fbbb6878c0952c46194759f70.tar.gz gentoo-519dc04d9781a57fbbb6878c0952c46194759f70.tar.bz2 gentoo-519dc04d9781a57fbbb6878c0952c46194759f70.zip |
dev-python/simplebayes: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/simplebayes')
-rw-r--r-- | dev-python/simplebayes/simplebayes-1.5.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/simplebayes/simplebayes-1.5.7.ebuild b/dev-python/simplebayes/simplebayes-1.5.7.ebuild index 1e107ca81429..b7c3fc7c6d22 100644 --- a/dev-python/simplebayes/simplebayes-1.5.7.ebuild +++ b/dev-python/simplebayes/simplebayes-1.5.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |