diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-02-28 06:56:01 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-02-28 07:11:23 -0500 |
commit | 6522bf905272ffb0b4df763f09dd944069858c09 (patch) | |
tree | 0fcd9edf8cf7d7fbc8cb0f9342ecfc019a1e7dc6 /profiles/releases | |
parent | sci-electronics/kicad: Add telemetry USE flag and fix QA settings (diff) | |
download | gentoo-6522bf905272ffb0b4df763f09dd944069858c09.tar.gz gentoo-6522bf905272ffb0b4df763f09dd944069858c09.tar.bz2 gentoo-6522bf905272ffb0b4df763f09dd944069858c09.zip |
profiles/releases/23.0/package.use: re-enable USE=cli on mpv
Already default in the ebuild, but the profile's USE="-cli" causes
that to be overridden.
Hoping that this is a temporary workaround and there is a better way
to handle this in the profile, pretty sure the idea was to no longer
enable cli by default, not disable by default.
Bug: https://bugs.gentoo.org/925520
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'profiles/releases')
-rw-r--r-- | profiles/releases/23.0/package.use | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/releases/23.0/package.use b/profiles/releases/23.0/package.use new file mode 100644 index 000000000000..f25938b2f986 --- /dev/null +++ b/profiles/releases/23.0/package.use @@ -0,0 +1,6 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Ionen Wolkens <ionen@gentoo.org> (2024-02-28) +# 23.0 profiles have USE="-cli" overriding ebuild's IUSE="+cli" (bug #925520) +media-video/mpv cli |