diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 185272 -> 185281 bytes | |||
-rw-r--r-- | profiles/arch/arm/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/hppa/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/use.local.desc | 1 |
6 files changed, 16 insertions, 1 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 39720a7e322c..89c38fd3c8a3 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 58074f637ba1..465df0a0dde4 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2023-05-10) +# sys-cluster/ceph not keyworded here +sys-block/tgt rbd + # Sebastian Parborg <darkdefende@gmail.com> (2023-05-08) # media-libs/openpgl and media-libs/embree only supports amd64 and arm64 media-gfx/blender embree openpgl diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 8f8ae5b1c7e1..9a41708780b6 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Sam James <sam@gentoo.org> (2023-05-10) +# sys-cluster/ceph not keyworded here +sys-block/tgt rbd + # Sam James <sam@gentoo.org> (2023-05-01) # media-libs/libjxl is not keyworded # bug https://bugs.gentoo.org/853628 diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 0891cb8df2c0..e8befb84ff71 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2023-05-10) +# sys-cluster/ceph not keyworded here +sys-block/tgt rbd + # jinqiang zhang <peeweep@0x0.ee> (2023-03-27) # Sanitizers supported on this architecture. sys-libs/compiler-rt-sanitizers -asan -lsan diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 254cf12ccd2f..bcddd722f560 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2023-05-10) +# sys-cluster/ceph not keyworded here +sys-block/tgt rbd + # Sam James <sam@gentoo.org> (2023-04-14) # Needs dev-python/sympy which is not keyworded dev-python/nbval test diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 73b89c809391..917d329c9fb8 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -464,7 +464,6 @@ app-editors/nano:debug - Enable debug messages and assert warnings. Note that th app-editors/nano:justify - Enable justify/unjustify functions for text formatting. app-editors/nano:magic - Add magic file support (sys-apps/file) to automatically detect appropriate syntax highlighting app-editors/nano:minimal - Disable all fancy features, including ones that otherwise have a dedicated USE flag (such as spelling). -app-editors/nano:split-usr - Enable this if /bin and /usr/bin are separate directories app-editors/neovim:lto - Build with Link Time Optimization (LTO) app-editors/neovim:nvimpager - Install nvimpager symlink to less.sh macro app-editors/neovim:tui - Build the neovim unix tui |