diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:31:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:38:16 +0100 |
commit | ff14d2f9aa028d216f8ef382103ecd25bf2d097e (patch) | |
tree | 0bef23718ebc751e776dc03f16c1dd6c7343e04b /app-shells | |
parent | app-portage/gentoopm: Remove py2 (diff) | |
download | gentoo-ff14d2f9aa028d216f8ef382103ecd25bf2d097e.tar.gz gentoo-ff14d2f9aa028d216f8ef382103ecd25bf2d097e.tar.bz2 gentoo-ff14d2f9aa028d216f8ef382103ecd25bf2d097e.zip |
app-shells/powerline: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/powerline/powerline-2.7.ebuild | 2 | ||||
-rw-r--r-- | app-shells/powerline/powerline-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/powerline/powerline-2.7.ebuild b/app-shells/powerline/powerline-2.7.ebuild index b4811ba4f661..946e4c10304a 100644 --- a/app-shells/powerline/powerline-2.7.ebuild +++ b/app-shells/powerline/powerline-2.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild index b4811ba4f661..946e4c10304a 100644 --- a/app-shells/powerline/powerline-9999.ebuild +++ b/app-shells/powerline/powerline-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,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |