diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:10:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:18:03 +0200 |
commit | 52830562c83a5f9d0dcd42b1daaefdc0e535e646 (patch) | |
tree | fbe0ff4a378ba87c7c9b519aceda72f16c62c47b /app-misc | |
parent | app-misc/byobu: Remove py2.7 where possible (diff) | |
download | gentoo-52830562c83a5f9d0dcd42b1daaefdc0e535e646.tar.gz gentoo-52830562c83a5f9d0dcd42b1daaefdc0e535e646.tar.bz2 gentoo-52830562c83a5f9d0dcd42b1daaefdc0e535e646.zip |
app-misc/evemu: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/evemu/evemu-2.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/evemu/evemu-2.7.0.ebuild b/app-misc/evemu/evemu-2.7.0.ebuild index 68ce761f6232..64f996d75f11 100644 --- a/app-misc/evemu/evemu-2.7.0.ebuild +++ b/app-misc/evemu/evemu-2.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit ltprune python-single-r1 |