commit: f77a499dc0d0429f800d014e1513b63493990885 Author: William Pettersson <william <AT> ewpettersson <DOT> se> AuthorDate: Sat Jul 17 07:09:21 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Jul 20 10:25:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77a499d
app-text/xapers: Python 3.9 support Also update copyright. Note that Python 3.10 support can't yet be tested as xapers depends on xapian-bindings Signed-off-by: William Pettersson <william <AT> ewpettersson.se> Closes: https://github.com/gentoo/gentoo/pull/21684 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-text/xapers/xapers-0.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/xapers/xapers-0.9.0.ebuild b/app-text/xapers/xapers-0.9.0.ebuild index ca6cde8881d..7be1659cd17 100644 --- a/app-text/xapers/xapers-0.9.0.ebuild +++ b/app-text/xapers/xapers-0.9.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2016-2020 Gentoo Authors +# Copyright 2016-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1
