summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-07 15:10:51 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-07 15:18:03 +0200
commit52830562c83a5f9d0dcd42b1daaefdc0e535e646 (patch)
treefbe0ff4a378ba87c7c9b519aceda72f16c62c47b
parentapp-misc/byobu: Remove py2.7 where possible (diff)
downloadgentoo-52830562.tar.gz
gentoo-52830562.tar.bz2
gentoo-52830562.zip
app-misc/evemu: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-misc/evemu/evemu-2.7.0.ebuild2
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