diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 179351 -> 179347 bytes | |||
-rw-r--r-- | profiles/arch/amd64/x32/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/desc/postgres_targets.desc | 4 | ||||
-rw-r--r-- | profiles/use.local.desc | 1 |
5 files changed, 11 insertions, 2 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 307380ed82c2..81e6abc5a184 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask index a08ded6acd27..59a5bc552394 100644 --- a/profiles/arch/amd64/x32/package.use.mask +++ b/profiles/arch/amd64/x32/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Guilherme Amadio <amadio@gentoo.org> (2023-06-30) +# sys-cluster/ceph not keyworded on x86 +>=net-libs/xrootd-5.6.0 ceph + # Sam James <sam@gentoo.org> (2023-04-05) # x11-drivers/nvidia-drivers is not available for x32 sys-apps/hwloc nvml diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index b0adeed3d307..024acd994438 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Guilherme Amadio <amadio@gentoo.org> (2023-06-30) +# sys-cluster/ceph not keyworded on x86 +>=net-libs/xrootd-5.6.0 ceph + # Matt Turner <mattst88@gentoo.org> (2023-05-30) # sys-apps/dbus-broker is not keyworded app-accessibility/at-spi2-core dbus-broker diff --git a/profiles/desc/postgres_targets.desc b/profiles/desc/postgres_targets.desc index f87ee7f047e0..c122590b4137 100644 --- a/profiles/desc/postgres_targets.desc +++ b/profiles/desc/postgres_targets.desc @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of POSTGRES_TARGETS USE_EXPAND flags. -postgres10 - Build against PostgreSQL 10 postgres11 - Build against PostgreSQL 11 postgres12 - Build against PostgreSQL 12 postgres13 - Build against PostgreSQL 13 postgres14 - Build against PostgreSQL 14 postgres15 - Build against PostgreSQL 15 +postgres16 - Build against PostgreSQL 16 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 0bd2d65c4474..32924d85d7d2 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -6090,6 +6090,7 @@ net-libs/webkit-gtk:gamepad - Enable gamepad input support via dev-libs/libmanet net-libs/webkit-gtk:jumbo-build - Combine source files to speed up build process net-libs/wvstreams:boost - Use dev-libs/boost to provide TR1-compatible functional interface. This USE flag is only needed with GCC earlier than version 4.1, or with other compilares not providing said interface. net-libs/xdp-tools:tools - Install various helper tools rather than just libxdp. +net-libs/xrootd:ceph - Enable suport for sys-cluster/ceph (XrdCeph plugin) net-libs/xrootd:fuse - Enable the sys-fs/fuse filesystem driver net-libs/xrootd:http - Enable http protocol support net-libs/xrootd:libxml2 - Use dev-libs/libxml2 for XML parsing (preferred) instead of bundled tinyxml |