diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:26:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:26:21 +0100 |
commit | a221e0d3e77489872f2f3a1146d840329d5cbdf9 (patch) | |
tree | a9a85139e2896d6828a81c89d71a01831e4a1c27 /sys-apps/elivepatch-client | |
parent | dev-util/gertty: Remove py2 (diff) | |
download | gentoo-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.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/elivepatch-client/elivepatch-client-9999.ebuild | 2 |
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 |