summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-11-01 09:40:30 +0100
committerFabian Groffen <grobian@gentoo.org>2020-11-01 09:40:38 +0100
commiteb3e00242c8bf57a2cd677bae5dcbf9444406ded (patch)
treeb25dd8b36299c78f53591b498c9416d7dae406e3
parentsys-libs/libomp: Provide llvm headers. (diff)
downloadgentoo-eb3e0024.tar.gz
gentoo-eb3e0024.tar.bz2
gentoo-eb3e0024.zip
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@gentoo.org>
-rw-r--r--net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild2
-rw-r--r--net-analyzer/graphite-web/graphite-web-1.1.7.ebuild2
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 35eb0f1c76f7..4eb15c40b8c7 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 74a4e43dac93..2cdf6cbba79c 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