diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-22 10:34:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-22 10:36:01 +0200 |
commit | b5663d79274d9a68e76bd5adf3f89f3a6089fed5 (patch) | |
tree | 81c2d944599e398485d9473d34c55fdcc08866b5 /profiles/desc | |
parent | profiles: UnknownProfileUse cleanup (diff) | |
download | gentoo-b5663d79274d9a68e76bd5adf3f89f3a6089fed5.tar.gz gentoo-b5663d79274d9a68e76bd5adf3f89f3a6089fed5.tar.bz2 gentoo-b5663d79274d9a68e76bd5adf3f89f3a6089fed5.zip |
profiles/desc: UnusedGlobalUseExpand cleanup
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/apache2_modules.desc | 1 | ||||
-rw-r--r-- | profiles/desc/php_targets.desc | 5 | ||||
-rw-r--r-- | profiles/desc/qemu_user_targets.desc | 1 | ||||
-rw-r--r-- | profiles/desc/ruby_targets.desc | 1 |
4 files changed, 1 insertions, 7 deletions
diff --git a/profiles/desc/apache2_modules.desc b/profiles/desc/apache2_modules.desc index 7a7e5e061080..f9eab8d33ac7 100644 --- a/profiles/desc/apache2_modules.desc +++ b/profiles/desc/apache2_modules.desc @@ -11,7 +11,6 @@ asis - Sends files that contain their own HTTP headers auth_basic - Basic authentication auth_digest - User authentication using MD5 Digest Authentication auth_form - Allows the use of an HTML login form to restrict access by looking up users in the given providers -authn_alias - Provides the ability to create extended authentication providers based on actual providers authn_anon - Allows "anonymous" user access to authenticated areas authn_core - Provides core authentication capabilities common to all authentication providers (functionality provided by authn_alias in previous versions) authn_dbd - User authentication using an SQL database diff --git a/profiles/desc/php_targets.desc b/profiles/desc/php_targets.desc index 76a65f23514a..301a3e58a8ff 100644 --- a/profiles/desc/php_targets.desc +++ b/profiles/desc/php_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of the PHP_TARGETS USE_EXPAND flags @@ -8,6 +8,3 @@ php8-0 - Build against PHP 8.0 php7-4 - Build against PHP 7.4 php7-3 - Build against PHP 7.3 php7-2 - Build against PHP 7.2 -php7-1 - Build against PHP 7.1 -php7-0 - Build against PHP 7.0 -php5-6 - Build against PHP 5.6 diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc index 899ca398b63f..aa37a655f686 100644 --- a/profiles/desc/qemu_user_targets.desc +++ b/profiles/desc/qemu_user_targets.desc @@ -25,7 +25,6 @@ mipsn32 - MIPS N32 ABI userspace emulation target mips - userspace emulation target nios2 - userspace emulation target or1k - OpenRISC system emulation target -ppc64abi32 - userspace emulation target ppc64le - PowerPC 64-bit little endian userspace emulation target ppc64 - PowerPC 64-bit big endian userspace emulation target ppc - PowerPC 32-bit big endian userspace emulation target diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index ee184a5a6842..06e59b7bd430 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -3,7 +3,6 @@ # This file contains descriptions of RUBY_TARGETS USE_EXPAND flags. -ruby24 - Build with MRI Ruby 2.4.x ruby25 - Build with MRI Ruby 2.5.x ruby26 - Build with MRI Ruby 2.6.x ruby27 - Build with MRI Ruby 2.7.x |