diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 15:43:12 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 15:48:56 +0200 |
commit | db3d18ce919b9e85fd8547766bdc2f4d89c58050 (patch) | |
tree | 8de6e32c20500b23280a811465ee9589521eccda /dev-python/raet | |
parent | dev-python/peewee: Add python3_6 (diff) | |
download | gentoo-db3d18ce919b9e85fd8547766bdc2f4d89c58050.tar.gz gentoo-db3d18ce919b9e85fd8547766bdc2f4d89c58050.tar.bz2 gentoo-db3d18ce919b9e85fd8547766bdc2f4d89c58050.zip |
dev-python/raet: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/raet')
-rw-r--r-- | dev-python/raet/raet-0.6.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/raet/raet-0.6.7.ebuild b/dev-python/raet/raet-0.6.7.ebuild index 71bd79a646a4..d249e5a23417 100644 --- a/dev-python/raet/raet-0.6.7.ebuild +++ b/dev-python/raet/raet-0.6.7.ebuild @@ -2,7 +2,7 @@ # 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 DESCRIPTION="Reliable Asynchronous Event Transport Protocol" |