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-3.1.2.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-3.1.2.ebuild')
-rw-r--r-- | sys-process/glances/glances-3.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/glances/glances-3.1.2.ebuild b/sys-process/glances/glances-3.1.2.ebuild index 8d4ded18b3a7..a1f55c2e4112 100644 --- a/sys-process/glances/glances-3.1.2.ebuild +++ b/sys-process/glances/glances-3.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 eutils linux-info |