diff options
author | Sam James <sam@gentoo.org> | 2024-01-12 11:45:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-12 11:45:49 +0000 |
commit | eb9d0f1b77eded6bf34ee3e39fc9b97e53b46e3b (patch) | |
tree | 792143c6476be76ccaa40431cc759010950e7bc3 /profiles/use.desc | |
parent | toolchain.eclass: don't enable PCH by default in IUSE (but effective noop) (diff) | |
download | gentoo-eb9d0f1b77eded6bf34ee3e39fc9b97e53b46e3b.tar.gz gentoo-eb9d0f1b77eded6bf34ee3e39fc9b97e53b46e3b.tar.bz2 gentoo-eb9d0f1b77eded6bf34ee3e39fc9b97e53b46e3b.zip |
profiles: drop obsolete '(>=sys-devel/gcc-3.4 only)' from USE=pch description
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/use.desc')
-rw-r--r-- | profiles/use.desc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index aa773eeb74f0..5476b35be009 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Keep them sorted @@ -250,7 +250,7 @@ osc - Enable support for Open Sound Control oss - Add support for OSS (Open Sound System) otf - Install OpenType font versions pam - Add support for PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip -pch - Enable precompiled header support for faster compilation at the expense of disk space and memory (>=sys-devel/gcc-3.4 only) +pch - Enable precompiled header support for faster compilation at the expense of disk space and memory pcmcia - Add support for PCMCIA slots/devices found on laptop computers pcre - Add support for Perl Compatible Regular Expressions pda - Add support for portable devices |