summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-06-14 15:48:25 +0200
committerPacho Ramos <pacho@gentoo.org>2017-06-14 15:52:27 +0200
commitff56b6003f3028d54d3c0b1d90ed8ef35a56f9b5 (patch)
tree375c16d80ac00bdcd2203f81ea38fd72c8b8fcec /dev-python/PyRSS2Gen
parentdev-python/natsort: Support newer python (diff)
downloadgentoo-ff56b6003f3028d54d3c0b1d90ed8ef35a56f9b5.tar.gz
gentoo-ff56b6003f3028d54d3c0b1d90ed8ef35a56f9b5.tar.bz2
gentoo-ff56b6003f3028d54d3c0b1d90ed8ef35a56f9b5.zip
dev-python/PyRSS2Gen: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/PyRSS2Gen')
-rw-r--r--dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
index 108b86cbcd42..095b56540415 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.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=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1