From: Michał Górny Date: Thu, 7 May 2020 15:18:05 +0000 (+0200) Subject: sys-apps/dstat: Remove py2.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7a9cf57072d9ad8325cec7a7dc6163c0366c0f2a;p=gentoo.git sys-apps/dstat: Remove py2.7 Signed-off-by: Michał Górny --- 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