Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 842177 - >=media-libs/vulkan-layers-1.3.211: compatibility with python:3.10
Summary: >=media-libs/vulkan-layers-1.3.211: compatibility with python:3.10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-02 12:24 UTC by Petr Šabata
Modified: 2022-05-02 20:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Šabata 2022-05-02 12:24:25 UTC
Currently, the ebuild declares compatibility with just 3.8 and 3.9.

As this was the last package depending on 3.9 on my system, I've tried patching the ebuild and rebuilding the package.

Everything still seems to work perfectly fine.  I'd suggest adding 3.10 to the list.

--- /var/db/repos/gentoo/media-libs/vulkan-layers/vulkan-layers-1.3.211.ebuild  2022-04-20 08:36:19.000110590 +0200
+++ /var/db/repos/local/media-libs/vulkan-layers/vulkan-layers-1.3.211.ebuild   2022-05-02 10:02:08.324633722 +0200
@@ -5,7 +5,7 @@
 
 MY_PN=Vulkan-ValidationLayers
 CMAKE_ECLASS="cmake"
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 inherit cmake-multilib python-any-r1
 
 if [[ ${PV} == *9999* ]]; then
Comment 1 Larry the Git Cow gentoo-dev 2022-05-02 20:55:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e40c249f881d294c832df9d25464ebac2f70129

commit 5e40c249f881d294c832df9d25464ebac2f70129
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2022-05-02 20:50:58 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2022-05-02 20:53:27 +0000

    media-libs/vulkan-layers: Add Python 3.10 compatibility
    
    Closes: https://bugs.gentoo.org/842177
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-libs/vulkan-layers/vulkan-layers-1.3.211.ebuild | 2 +-
 media-libs/vulkan-layers/vulkan-layers-9999.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)