summaryrefslogtreecommitdiff
path: root/profiles/desc
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/desc')
-rw-r--r--profiles/desc/ada_target.desc4
-rw-r--r--profiles/desc/cpu_flags_x86.desc5
-rw-r--r--profiles/desc/guile_single_target.desc1
-rw-r--r--profiles/desc/guile_targets.desc4
-rw-r--r--profiles/desc/monkeyd_plugins.desc15
-rw-r--r--profiles/desc/postgres_targets.desc1
-rw-r--r--profiles/desc/python_single_target.desc1
-rw-r--r--profiles/desc/python_targets.desc1
-rw-r--r--profiles/desc/ruby_targets.desc4
-rw-r--r--profiles/desc/video_cards.desc1
10 files changed, 15 insertions, 22 deletions
diff --git a/profiles/desc/ada_target.desc b/profiles/desc/ada_target.desc
index 005be2d73640..d9b797cfb661 100644
--- a/profiles/desc/ada_target.desc
+++ b/profiles/desc/ada_target.desc
@@ -1,6 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
gnat_2021 - Compile with dev-lang/gnat-gpl-2021
gcc_12 - Compile with sys-devel/gcc:12
gcc_13 - Compile with sys-devel/gcc:13
+gcc_14 - Compile with sys-devel/gcc:14
+gcc_15 - Compile with sys-devel/gcc:15
diff --git a/profiles/desc/cpu_flags_x86.desc b/profiles/desc/cpu_flags_x86.desc
index d7dee6227a71..6324e4a540e2 100644
--- a/profiles/desc/cpu_flags_x86.desc
+++ b/profiles/desc/cpu_flags_x86.desc
@@ -19,9 +19,14 @@ avx512_vbmi2 - Use AVX-512 Vector Bit Manipulation Instructions 2
avx512_vnni - Use vector neural network instructions for 8- and 16-bit multiply-add operations
avx512_vp2intersect - Use AVX-512 Intersect instruction set
avx512_vpopcntdq - Use AVX-512 Vector Population Count Doubleword and Quadword instruction set
+avx512bw - Use AVX-512 byte- and word instructions
+avx512cd - Use AVX-512 conflict detection instructions
avx512dq - Use AVX-512 double- and quad-word instructions
+avx512er - Use AVX-512 exponential and reciprocal instructions
avx512f - Adds support for AVX-512 Foundation instructions
avx512ifma - Use AVX-512 Integer Fused Multiply-Add instruction set
+avx512pf - Use AVX-512 prefetch instructions
+avx512vbmi - Use AVX-512 vector byte manipulation instructions
avx512vl - Use AVX-512 vector-length instructions
f16c - Adds support for F16C instruction set for converting between half-precision and single-precision floats
fma3 - Use the Fused Multiply Add 3 instruction set ([fma] in cpuinfo)
diff --git a/profiles/desc/guile_single_target.desc b/profiles/desc/guile_single_target.desc
index 95f51d5f0062..81322b2380d4 100644
--- a/profiles/desc/guile_single_target.desc
+++ b/profiles/desc/guile_single_target.desc
@@ -3,5 +3,6 @@
# This file contains descriptions of GUILE_SINGLE_TARGET USE_EXPAND flags.
+1-8 - Build only for GNU Guile 1.8.
2-2 - Build only for GNU Guile 2.2.
3-0 - Build only for GNU Guile 3.0.
diff --git a/profiles/desc/guile_targets.desc b/profiles/desc/guile_targets.desc
index a958e0c93334..79dca14ad684 100644
--- a/profiles/desc/guile_targets.desc
+++ b/profiles/desc/guile_targets.desc
@@ -3,5 +3,5 @@
# This file contains descriptions of GUILE_TARGETS USE_EXPAND flags.
-2-2 - Build only for GNU Guile 2.2
-3-0 - Build only for GNU Guile 3.0
+2-2 - Build with GNU Guile 2.2
+3-0 - Build with GNU Guile 3.0
diff --git a/profiles/desc/monkeyd_plugins.desc b/profiles/desc/monkeyd_plugins.desc
deleted file mode 100644
index 49a82d1a8bb3..000000000000
--- a/profiles/desc/monkeyd_plugins.desc
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-
-# This file contains descriptions of MONKEYD_PLUGINS USE_EXPAND flags for www-servers/monkeyd.
-# All plugins are included here except cgi and fastcgi which are global use flags.
-
-auth - Provide HTTP Basic Authentication.
-cheetah - Provide a shell-like command line interface.
-#cgi - Provide the traditional CGI interface - This is a global USE flag.
-dirlisting - Show an HTML listing of the content of a directory.
-#fastcgi - Provide FastCGI proxy support - This is a global USE flag.
-liana - Build your own network layer through monkeyd.
-logger - Log requests and common errors.
-mandril - Restrict incoming connections based on the IP address or URI request.
-tls - Provide TLS using mbed TLS (formerly known as PolarSSL) - Currently disabled.
diff --git a/profiles/desc/postgres_targets.desc b/profiles/desc/postgres_targets.desc
index d40f508181cc..7e18a89e66d0 100644
--- a/profiles/desc/postgres_targets.desc
+++ b/profiles/desc/postgres_targets.desc
@@ -8,3 +8,4 @@ postgres13 - Build against PostgreSQL 13
postgres14 - Build against PostgreSQL 14
postgres15 - Build against PostgreSQL 15
postgres16 - Build against PostgreSQL 16
+postgres17 - Build against PostgreSQL 17
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
index 427e206dd196..d168b301a8d8 100644
--- a/profiles/desc/python_single_target.desc
+++ b/profiles/desc/python_single_target.desc
@@ -7,4 +7,5 @@ python3_10 - Build for Python 3.10 only
python3_11 - Build for Python 3.11 only
python3_12 - Build for Python 3.12 only
python3_13 - Build for Python 3.13 only
+python3_13t - Build for Python 3.13 freethreading only
pypy3 - Build for PyPy3 only
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
index b48cc57e99fb..298b54067be7 100644
--- a/profiles/desc/python_targets.desc
+++ b/profiles/desc/python_targets.desc
@@ -7,4 +7,5 @@ python3_10 - Build with Python 3.10
python3_11 - Build with Python 3.11
python3_12 - Build with Python 3.12
python3_13 - Build with Python 3.13
+python3_13t - Build with Python 3.13 freethreading
pypy3 - Build with PyPy3
diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc
index 59b7102b6326..08aae5d39d96 100644
--- a/profiles/desc/ruby_targets.desc
+++ b/profiles/desc/ruby_targets.desc
@@ -1,10 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This file contains descriptions of RUBY_TARGETS USE_EXPAND flags.
-ruby26 - Build with MRI Ruby 2.6.x
-ruby27 - Build with MRI Ruby 2.7.x
ruby30 - Build with MRI Ruby 3.0.x
ruby31 - Build with MRI Ruby 3.1.x
ruby32 - Build with MRI Ruby 3.2.x
diff --git a/profiles/desc/video_cards.desc b/profiles/desc/video_cards.desc
index e54f4b53d7bd..1c52c8faa7e5 100644
--- a/profiles/desc/video_cards.desc
+++ b/profiles/desc/video_cards.desc
@@ -33,7 +33,6 @@ r600 - VIDEO_CARDS setting to build only r600, r700, Evergreen and Northern Isla
radeon - VIDEO_CARDS setting to build driver for ATI radeon video cards
radeonsi - VIDEO_CARDS setting to build only Southern Islands based chips code for radeon
siliconmotion - VIDEO_CARDS setting to build driver for siliconmotion video cards
-swrast - VIDEO_CARDS setting to build software rasterizer driver
tegra - VIDEO_CARDS setting to build driver for tegra video cards
v3d - VIDEO_CARDS setting to build driver for v3d video cards
vc4 - VIDEO_CARDS setting to build driver for vc4 video cards