Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 897734 - dev-libs/liborcus-0.17.2-r1 : missing python3.10 from PYTHON_COMPAT
Summary: dev-libs/liborcus-0.17.2-r1 : missing python3.10 from PYTHON_COMPAT
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-25 19:19 UTC by Ghiunhan Mamut
Modified: 2023-02-25 22:33 UTC (History)
0 users

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 Ghiunhan Mamut 2023-02-25 19:19:39 UTC
Commit 632310480c2bd41af986d9c6580969fe9d29cab3, introduced python3.11 support into PYTHON_COMPAT for dev-libs/liborcus, however, while doing so it dropped the support for python3.10.

To make it more clear to understand : 

dev-libs/liborcus-0.17.2 : PYTHON_COMPAT=( python3_{9,10} ), which means support python3.9 && python3.10
dev-libs/liborcus-0.17.2-r1 : PYTHON_COMPAT=( python3_{9,11} ), which means support python3.9 and python3.11

I assume this was by mistake, and it should've been PYTHON_COMPAT=( python3_{9..11} ) if the only purpose of that commit was to add python3.11 compatibility.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2023-02-25 22:33:42 UTC
The bug has been closed via the following commit(s):

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

commit c0e3e49c269a2f325af1109d1768e240a19cbf37
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-02-25 22:33:05 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-25 22:33:33 +0000

    dev-libs/liborcus: enable py3.10 (restore it)
    
    Closes: https://bugs.gentoo.org/897734
    Fixes: 632310480c2bd41af986d9c6580969fe9d29cab3
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/liborcus/liborcus-0.17.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)