diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:25:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:25:56 +0100 |
commit | 2ae8e0b993969e65ff015428246c8786aca701b2 (patch) | |
tree | 2e05c66d8dac47a9f4821efb2157c67be80b3c11 /dev-util/gertty | |
parent | dev-util/gertty: Remove old (py2) (diff) | |
download | gentoo-2ae8e0b993969e65ff015428246c8786aca701b2.tar.gz gentoo-2ae8e0b993969e65ff015428246c8786aca701b2.tar.bz2 gentoo-2ae8e0b993969e65ff015428246c8786aca701b2.zip |
dev-util/gertty: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/gertty')
-rw-r--r-- | dev-util/gertty/gertty-1.6.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/gertty/gertty-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild index f25f90457452..cba65e08b2ed 100644 --- a/dev-util/gertty/gertty-1.6.0-r1.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index 773f2d6e4dea..9cb8603575a9 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 |