diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:23:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:23:11 +0100 |
commit | c17d06502c5c10b9ddac83eee8d45e667ab2d90a (patch) | |
tree | f94afd2f33ba11ae96f138444823b458e5bc23eb /sys-process/glances/glances-2.11.1.ebuild | |
parent | sys-libs/libapparmor: Remove py2 (diff) | |
download | gentoo-c17d06502c5c10b9ddac83eee8d45e667ab2d90a.tar.gz gentoo-c17d06502c5c10b9ddac83eee8d45e667ab2d90a.tar.bz2 gentoo-c17d06502c5c10b9ddac83eee8d45e667ab2d90a.zip |
sys-process/glances: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-process/glances/glances-2.11.1.ebuild')
-rw-r--r-- | sys-process/glances/glances-2.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/glances/glances-2.11.1.ebuild b/sys-process/glances/glances-2.11.1.ebuild index 1a5b5ef2dd42..05a6e6d5793e 100644 --- a/sys-process/glances/glances-2.11.1.ebuild +++ b/sys-process/glances/glances-2.11.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 eutils linux-info |