From: Michał Górny Date: Sat, 25 Jan 2020 20:40:09 +0000 (+0100) Subject: net-analyzer/graphite-web: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8413ab1a3c7654792014d63ce90d7b4d79aff773;p=gentoo.git net-analyzer/graphite-web: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild index 15d71752cb7d..cd145d29ab6f 100644 --- a/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild +++ b/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 prefix diff --git a/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild index 4b7b32088923..25a6afa9f356 100644 --- a/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild +++ b/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) # 3.7 dropped due to dep-hell +PYTHON_COMPAT=( python3_6 ) # 3.7 dropped due to dep-hell inherit distutils-r1 prefix