diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:20:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:32:48 +0100 |
commit | 007a7465c26358b5fa80f9237eee1970c76b6161 (patch) | |
tree | 6f28650afd37edfe3713305202dee32eafed029d /app-misc/grc | |
parent | app-i18n/ibus: Remove py2 (diff) | |
download | gentoo-007a7465c26358b5fa80f9237eee1970c76b6161.tar.gz gentoo-007a7465c26358b5fa80f9237eee1970c76b6161.tar.bz2 gentoo-007a7465c26358b5fa80f9237eee1970c76b6161.zip |
app-misc/grc: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/grc')
-rw-r--r-- | app-misc/grc/grc-1.11-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/grc/grc-1.11-r1.ebuild b/app-misc/grc/grc-1.11-r1.ebuild index 7c2b4f3f43e8..230957f48d84 100644 --- a/app-misc/grc/grc-1.11-r1.ebuild +++ b/app-misc/grc/grc-1.11-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils python-r1 |