Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagstamon/
Date: Fri, 20 May 2022 02:09:38
Message-Id: 1653012549.6f5d6619ff9b457d050df06d36f7d83a97f48d21.prometheanfire@gentoo
1 commit: 6f5d6619ff9b457d050df06d36f7d83a97f48d21
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 02:09:09 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 02:09:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5d6619
7
8 net-analyzer/nagstamon: add 3.10 to python_compat
9
10 Closes: https://bugs.gentoo.org/846110
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 net-analyzer/nagstamon/nagstamon-3.8.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-analyzer/nagstamon/nagstamon-3.8.0.ebuild b/net-analyzer/nagstamon/nagstamon-3.8.0.ebuild
18 index dbacd751d085..96d6d4e1ecb9 100644
19 --- a/net-analyzer/nagstamon/nagstamon-3.8.0.ebuild
20 +++ b/net-analyzer/nagstamon/nagstamon-3.8.0.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27
28 -PYTHON_COMPAT=( python3_{8,9} )
29 +PYTHON_COMPAT=( python3_{8,10} )
30
31 inherit python-r1 distutils-r1