summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 17:26:21 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 17:26:21 +0100
commita221e0d3e77489872f2f3a1146d840329d5cbdf9 (patch)
treea9a85139e2896d6828a81c89d71a01831e4a1c27 /sys-apps/elivepatch-client
parentdev-util/gertty: Remove py2 (diff)
downloadgentoo-a221e0d3e77489872f2f3a1146d840329d5cbdf9.tar.gz
gentoo-a221e0d3e77489872f2f3a1146d840329d5cbdf9.tar.bz2
gentoo-a221e0d3e77489872f2f3a1146d840329d5cbdf9.zip
sys-apps/elivepatch-client: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/elivepatch-client')
-rw-r--r--sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild2
-rw-r--r--sys-apps/elivepatch-client/elivepatch-client-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
index 54da6b5385e1..b8302c17b2c9 100644
--- a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
+++ b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild b/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild
index 0ed53b984fdc..ef9800d25dac 100644
--- a/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild
+++ b/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1