Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vcsi/
Date: Fri, 26 Feb 2021 06:29:14
Message-Id: 1614320397.9233d2250621422209f86f2ded31ccdcb346dab2.juippis@gentoo
1 commit: 9233d2250621422209f86f2ded31ccdcb346dab2
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 06:19:57 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 06:19:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9233d225
7
8 media-video/vcsi: add python-3.9 compatibility
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 media-video/vcsi/vcsi-7-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-video/vcsi/vcsi-7-r1.ebuild b/media-video/vcsi/vcsi-7-r1.ebuild
16 index a841453cb15..78fab3a32b5 100644
17 --- a/media-video/vcsi/vcsi-7-r1.ebuild
18 +++ b/media-video/vcsi/vcsi-7-r1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7..8} )
27 +PYTHON_COMPAT=( python3_{7..9} )
28 DISTUTILS_USE_SETUPTOOLS=rdepend
29
30 inherit distutils-r1