Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/votrify/
Date: Tue, 20 Apr 2021 07:02:19
Message-Id: 1618901704.1375a492100b5b8663bb1484fdafced80186fb19.mgorny@gentoo
1 commit: 1375a492100b5b8663bb1484fdafced80186fb19
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 06:55:04 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 06:55:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1375a492
7
8 app-misc/votrify: Enable py3.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-misc/votrify/votrify-5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/votrify/votrify-5.ebuild b/app-misc/votrify/votrify-5.ebuild
16 index 4815b6699fa..4c03ed94d29 100644
17 --- a/app-misc/votrify/votrify-5.ebuild
18 +++ b/app-misc/votrify/votrify-5.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 2019-2020 Gentoo Authors
21 +# Copyright 2019-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python3_{7,8} )
26 +PYTHON_COMPAT=( python3_{7..9} )
27
28 inherit python-single-r1