diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-05 16:57:12 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-05 16:57:12 +0200 |
commit | a833446340163512a758c20e720cd4c021fc05fc (patch) | |
tree | 8d8041830f2bca60ffc68e4ea921d05d51242c66 /dev-python/rarfile | |
parent | dev-python/httpbin: Add python3_6 (diff) | |
download | gentoo-a833446340163512a758c20e720cd4c021fc05fc.tar.gz gentoo-a833446340163512a758c20e720cd4c021fc05fc.tar.bz2 gentoo-a833446340163512a758c20e720cd4c021fc05fc.zip |
dev-python/rarfile: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/rarfile')
-rw-r--r-- | dev-python/rarfile/rarfile-3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rarfile/rarfile-3.0.ebuild b/dev-python/rarfile/rarfile-3.0.ebuild index 265b62e7af8b..83767dd2a31a 100644 --- a/dev-python/rarfile/rarfile-3.0.ebuild +++ b/dev-python/rarfile/rarfile-3.0.ebuild @@ -1,9 +1,9 @@ -# 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 DESCRIPTION="Module for RAR archive reading" |