diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:23:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:23:14 +0100 |
commit | 1619efc4c098ac07e8769f5f9ecbe5597fee5054 (patch) | |
tree | 9131a8f640707edef91e8280c51645ae683a0044 /app-admin | |
parent | dev-python/botocore: Remove py2 (diff) | |
download | gentoo-1619efc4c098ac07e8769f5f9ecbe5597fee5054.tar.gz gentoo-1619efc4c098ac07e8769f5f9ecbe5597fee5054.tar.bz2 gentoo-1619efc4c098ac07e8769f5f9ecbe5597fee5054.zip |
app-admin/gixy: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/gixy/gixy-0.1.20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/gixy/gixy-0.1.20.ebuild b/app-admin/gixy/gixy-0.1.20.ebuild index 5bcec4d5aef5..24cbe707229b 100644 --- a/app-admin/gixy/gixy-0.1.20.ebuild +++ b/app-admin/gixy/gixy-0.1.20.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |