Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-tools/
Date: Mon, 02 May 2022 20:55:41
Message-Id: 1651524807.c5b6dc58c932a1707d1416956b2ece9252570418.mattst88@gentoo
1 commit: c5b6dc58c932a1707d1416956b2ece9252570418
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 20:50:42 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 20:53:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b6dc58
7
8 dev-util/vulkan-tools: Add Python 3.10 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-util/vulkan-tools/vulkan-tools-1.3.211.ebuild | 2 +-
13 dev-util/vulkan-tools/vulkan-tools-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/vulkan-tools/vulkan-tools-1.3.211.ebuild b/dev-util/vulkan-tools/vulkan-tools-1.3.211.ebuild
17 index 3b9fcf9a3c97..d0d34357c400 100644
18 --- a/dev-util/vulkan-tools/vulkan-tools-1.3.211.ebuild
19 +++ b/dev-util/vulkan-tools/vulkan-tools-1.3.211.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21
22 MY_PN=Vulkan-Tools
23 CMAKE_ECLASS="cmake"
24 -PYTHON_COMPAT=( python3_{8,9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26 inherit cmake-multilib python-any-r1
27
28 if [[ ${PV} == *9999* ]]; then
29
30 diff --git a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
31 index 183eec642b25..d0d34357c400 100644
32 --- a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
33 +++ b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
34 @@ -1,11 +1,11 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 +# Copyright 1999-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40
41 MY_PN=Vulkan-Tools
42 CMAKE_ECLASS="cmake"
43 -PYTHON_COMPAT=( python3_{8,9} )
44 +PYTHON_COMPAT=( python3_{8..10} )
45 inherit cmake-multilib python-any-r1
46
47 if [[ ${PV} == *9999* ]]; then