summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-05 16:57:12 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-05 16:57:12 +0200
commita833446340163512a758c20e720cd4c021fc05fc (patch)
tree8d8041830f2bca60ffc68e4ea921d05d51242c66
parentdev-python/httpbin: Add python3_6 (diff)
downloadgentoo-a8334463.tar.gz
gentoo-a8334463.tar.bz2
gentoo-a8334463.zip
dev-python/rarfile: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--dev-python/rarfile/rarfile-3.0.ebuild4
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"