Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/graphite-web/
Date: Sun, 01 Nov 2020 08:40:47
Message-Id: 1604220038.eb3e00242c8bf57a2cd677bae5dcbf9444406ded.grobian@gentoo
1 commit: eb3e00242c8bf57a2cd677bae5dcbf9444406ded
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 08:40:30 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 08:40:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3e0024
7
8 net-analyzer/graphite-web: allow python3.8 now python-memcached got support
9
10 Closes: https://bugs.gentoo.org/718418
11 Package-Manager: Portage-3.0.8, Repoman-3.0.2
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild | 2 +-
15 net-analyzer/graphite-web/graphite-web-1.1.7.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 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
19 index 35eb0f1c76f..4eb15c40b8c 100644
20 --- a/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild
21 +++ b/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python3_{6,7} ) # 3.8 dropped due to dep on python-memcached
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28
29 inherit distutils-r1 prefix
30
31
32 diff --git a/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild
33 index 74a4e43dac9..2cdf6cbba79 100644
34 --- a/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild
35 +++ b/net-analyzer/graphite-web/graphite-web-1.1.7.ebuild
36 @@ -2,7 +2,7 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 -PYTHON_COMPAT=( python3_{6,7} ) # 3.8 dropped due to dep on python-memcached
41 +PYTHON_COMPAT=( python3_{6,7,8} )
42 # 1.1.7 supports up to 3.9, so it's a matter of deps
43
44 inherit distutils-r1 prefix