Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ospd/
Date: Fri, 21 Aug 2020 07:15:10
Message-Id: 1597994083.1826981dc1a6bf443a3752eecd037712569355b0.juippis@gentoo
1 commit: 1826981dc1a6bf443a3752eecd037712569355b0
2 Author: Jonas Licht <jonas.licht <AT> fem <DOT> tu-ilmenau <DOT> de>
3 AuthorDate: Mon Aug 10 13:29:56 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 21 07:14:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1826981d
7
8 net-analyzer/ospd: update python targets
9
10 Closes: https://bugs.gentoo.org/736625
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Jonas Licht <jonas.licht <AT> fem.tu-ilmenau.de>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 net-analyzer/ospd/ospd-2.0.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-analyzer/ospd/ospd-2.0.1.ebuild b/net-analyzer/ospd/ospd-2.0.1.ebuild
19 index da7709abcf9..67790c9260c 100644
20 --- a/net-analyzer/ospd/ospd-2.0.1.ebuild
21 +++ b/net-analyzer/ospd/ospd-2.0.1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{6,7,8} )
27 +PYTHON_COMPAT=( python3_{7,8,9} )
28 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
29 inherit distutils-r1