diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:18:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 19:58:21 +0200 |
commit | 7a9cf57072d9ad8325cec7a7dc6163c0366c0f2a (patch) | |
tree | 7651bf030063252c853ed7adf690c9ceec6af4b8 /sys-apps/dstat | |
parent | dev-python/google-reauth-python-0.1.0-r1: revbump, EAPI=7, py38 (diff) | |
download | gentoo-7a9cf57072d9ad8325cec7a7dc6163c0366c0f2a.tar.gz gentoo-7a9cf57072d9ad8325cec7a7dc6163c0366c0f2a.tar.bz2 gentoo-7a9cf57072d9ad8325cec7a7dc6163c0366c0f2a.zip |
sys-apps/dstat: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/dstat')
-rw-r--r-- | sys-apps/dstat/dstat-0.7.4-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/dstat/dstat-0.7.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/dstat/dstat-0.7.4-r1.ebuild b/sys-apps/dstat/dstat-0.7.4-r1.ebuild index b2f209299e75..a5d6db02953c 100644 --- a/sys-apps/dstat/dstat-0.7.4-r1.ebuild +++ b/sys-apps/dstat/dstat-0.7.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit python-r1 diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild b/sys-apps/dstat/dstat-0.7.4.ebuild index 205434328b2a..43f33c42343c 100644 --- a/sys-apps/dstat/dstat-0.7.4.ebuild +++ b/sys-apps/dstat/dstat-0.7.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit python-r1 |