Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-notfound-page/
Date: Thu, 16 Sep 2021 04:53:14
Message-Id: 1631767913.4e86e9835510c40dd826c602cfc5e2eda1d2879a.arthurzam@gentoo
1 commit: 4e86e9835510c40dd826c602cfc5e2eda1d2879a
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 16 04:51:53 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 04:51:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e86e983
7
8 dev-python/sphinx-notfound-page: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild
16 index 4a0f8bb9568..521bc1d1cc0 100644
17 --- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild
18 +++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( pypy3 python3_{8..9} )
24 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
25
26 inherit distutils-r1