diff options
author | Georgy Yakovlev <ya@sysdump.net> | 2018-05-16 09:03:07 -0700 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-07 08:35:07 +0200 |
commit | 5670be1f55843bd2df6a8bf5b4921dbf46553ec5 (patch) | |
tree | b0d68ee42786565a2de7cc7697bf786bd06f8b76 /sys-process | |
parent | dev-python/pylint: version bump to 1.8.4 (diff) | |
download | gentoo-5670be1f55843bd2df6a8bf5b4921dbf46553ec5.tar.gz gentoo-5670be1f55843bd2df6a8bf5b4921dbf46553ec5.tar.bz2 gentoo-5670be1f55843bd2df6a8bf5b4921dbf46553ec5.zip |
sys-process/glances: add python_targets_python3_6
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8462
Diffstat (limited to 'sys-process')
-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 8a69a9264c75..51d1b0476c64 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_{4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 eutils linux-info |