commit: 49299e3de1f66d2fa4dd0a3ebc34ea64cdd563e8 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Thu Jun 29 09:57:27 2023 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu Jun 29 09:57:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49299e3d
profiles/arch/amd64: (re-)mask USE=qt6 on dev-python/pyotherside This should not have been unmasked yet in the first place, it was merely a side effect of USE=qt6 having been globally unmasked on amd64. Closes: https://bugs.gentoo.org/909274 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 5 +++++ profiles/base/package.use.mask | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 1f7b964ebc19..3c86543b487a 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Marek Szuba <[email protected]> (2023-06-29) +# Now that we globally unmask USE=qt6 for amd64, the mask set +# in profiles/base/package.use.mask no longer has any effect on this arch. +dev-python/pyotherside qt6 + # Michał Górny <[email protected]> (2023-06-24) # dev-db/mongodb miraculously got keyworded here. dev-python/pymongo -test-full diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 3fb41b403f57..fb39cc26cca9 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -165,8 +165,7 @@ gnome-base/gnome-extra-apps tracker >=app-misc/tracker-miners-3.4.0-r1 rss # Marek Szuba <[email protected]> (2022-11-14) -# Incomplete dependency tree, no qmake6 instrumentation in either -# qmake-utils.eclass nor the ebuilds yet. +# Still not ready. dev-python/pyotherside qt6 # Viorel Munteanu <[email protected]> (2022-10-07)
