commit: 373d45825bf38bf4a8d60c3829159c508c166bc4 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Apr 28 20:42:45 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Apr 28 20:45:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373d4582
profiles: sparc: Set x11-themes/qtcurve[gtk,X] in package.use Fixes RequiredUseDefaults warning. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/arch/sparc/package.use | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/sparc/package.use b/profiles/arch/sparc/package.use index 5b7f49cabf04..1dcb210c88a9 100644 --- a/profiles/arch/sparc/package.use +++ b/profiles/arch/sparc/package.use @@ -1,6 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (2025-04-28) +# Sensical or not, both alternatives (qt5, qt6) are masked here. +x11-themes/qtcurve gtk X + # Michał Górny <[email protected]> (2016-09-24) # Enable the GPU targets matching the default VIDEO_CARDS dev-ml/llvm llvm_targets_AMDGPU
