diff options
Diffstat (limited to 'app-misc/grc/grc-1.9.ebuild')
-rw-r--r-- | app-misc/grc/grc-1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/grc/grc-1.9.ebuild b/app-misc/grc/grc-1.9.ebuild index 8a0b5413f882..19693e78747d 100644 --- a/app-misc/grc/grc-1.9.ebuild +++ b/app-misc/grc/grc-1.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy ) +PYTHON_COMPAT=( python{2_7,3_5} pypy ) inherit eutils python-r1 |