diff options
Diffstat (limited to 'dev-python/rnc2rng')
-rw-r--r-- | dev-python/rnc2rng/rnc2rng-2.5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/rnc2rng/rnc2rng-2.5.ebuild b/dev-python/rnc2rng/rnc2rng-2.5.ebuild index f9ada9239184..27bfbb46e93c 100644 --- a/dev-python/rnc2rng/rnc2rng-2.5.ebuild +++ b/dev-python/rnc2rng/rnc2rng-2.5.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |