Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905768 - media-gfx/alembic - unmask python USE flag on arm64
Summary: media-gfx/alembic - unmask python USE flag on arm64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: ARM64 Linux
: Normal normal (vote)
Assignee: Bernd
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-05-05 14:02 UTC by Leonid Kopylov
Modified: 2023-05-15 05:42 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 Leonid Kopylov 2023-05-05 14:02:53 UTC
python USE flag (on arm64) masked for media-gfx/alembic, according to notes:
"dev-python/pyilmbase isn't keyworded on arm64" - but don't see this package in tree, and enabling this flag on arm64 - packages builds without issues:

# emerge media-gfx/alembic -pvq
[ebuild   R   ] media-gfx/alembic-1.8.5  USE="examples hdf5 python -test" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
Comment 1 Leonid Kopylov 2023-05-05 14:03:10 UTC
so i believe this flag can be enabled globally for this package?
Comment 2 Bernd 2023-05-09 15:32:41 UTC
Looks like I missed to drop that mask when we last rited pyilmbase. Thanks for reporting this.
Seeing, that it's also masked on arm, could we drop that mask as well?
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-05-09 15:33:55 UTC
Sure, if deps allow.
Comment 4 Bernd 2023-05-09 15:41:15 UTC
Ok, I check this.
Comment 5 Larry the Git Cow gentoo-dev 2023-05-15 05:42:49 UTC
The bug has been closed via the following commit(s):

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

commit 4c47659570b750ef9202f496e2b34c5a7e8cc02e
Author:     Bernd Waibel <waebbl-gentoo@posteo.net>
AuthorDate: 2023-05-09 15:47:24 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-05-15 05:40:18 +0000

    profiles/arch: unmask python use flag on arm{,64}
    
    Has been missed, when last riting dev-python/pyilmbase
    
    Closes: https://bugs.gentoo.org/905768
    Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
    Closes: https://github.com/gentoo/gentoo/pull/30956
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/arch/arm/package.use.mask   | 4 ----
 profiles/arch/arm64/package.use.mask | 4 ----
 2 files changed, 8 deletions(-)