commit: eb3e00242c8bf57a2cd677bae5dcbf9444406ded Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Nov 1 08:40:30 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Nov 1 08:40:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3e0024
net-analyzer/graphite-web: allow python3.8 now python-memcached got support Closes: https://bugs.gentoo.org/718418 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild | 2 +- net-analyzer/graphite-web/graphite-web-1.1.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild index 35eb0f1c76f..4eb15c40b8c 100644 --- a/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild +++ b/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) # 3.8 dropped due to dep on python-memcached +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 prefix diff --git a/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild index 74a4e43dac9..2cdf6cbba79 100644 --- a/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild +++ b/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) # 3.8 dropped due to dep on python-memcached +PYTHON_COMPAT=( python3_{6,7,8} ) # 1.1.7 supports up to 3.9, so it's a matter of deps inherit distutils-r1 prefix
