From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31EC6138359 for ; Sun, 1 Nov 2020 08:40:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 604E0E07C5; Sun, 1 Nov 2020 08:40:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42DE4E07C5 for ; Sun, 1 Nov 2020 08:40:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAD2533BF0B for ; Sun, 1 Nov 2020 08:40:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 419D4395 for ; Sun, 1 Nov 2020 08:40:43 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1604220038.eb3e00242c8bf57a2cd677bae5dcbf9444406ded.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/graphite-web/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild net-analyzer/graphite-web/graphite-web-1.1.7.ebuild X-VCS-Directories: net-analyzer/graphite-web/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: eb3e00242c8bf57a2cd677bae5dcbf9444406ded X-VCS-Branch: master Date: Sun, 1 Nov 2020 08:40:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 519cec65-32a7-4463-8d92-89134828f3cd X-Archives-Hash: c6f60443725c325fe46d983a888dd2c3 commit: eb3e00242c8bf57a2cd677bae5dcbf9444406ded Author: Fabian Groffen gentoo org> AuthorDate: Sun Nov 1 08:40:30 2020 +0000 Commit: Fabian Groffen gentoo 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 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