summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin179023 -> 179012 bytes
-rw-r--r--profiles/base/make.defaults2
-rw-r--r--profiles/package.mask5
-rw-r--r--profiles/prefix/darwin/macos/arch/arm64/use.force23
-rw-r--r--profiles/prefix/darwin/macos/arch/arm64/use.mask24
-rw-r--r--profiles/use.local.desc1
6 files changed, 50 insertions, 5 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 099988a7ee85..3ec9720e663e 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 3db006422db7..2f6fe5f5d9f0 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -168,7 +168,7 @@ POSTGRES_TARGETS="postgres12 postgres13"
# Moreover, it should only contain targets that have a stable version
# of PHP, to avoid pulling in an unstable PHP on stable systems.
#
-PHP_TARGETS="php7-4 php8-0"
+PHP_TARGETS="php8-1"
# Alfredo Tupone <tupone@gentoo.org> (2022-11-16)
#
diff --git a/profiles/package.mask b/profiles/package.mask
index a957f23f0129..8c3414f4572d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -34,6 +34,11 @@
#--- END OF EXAMPLES ---
# Hans de Graaff <graaff@gentoo.org> (2023-06-23)
+# Deprecated upstream, who recommends to use the Open3 method instead.
+# No reverse dependencies. Masked for removal on 2023-07-23.
+dev-ruby/subexec
+
+# Hans de Graaff <graaff@gentoo.org> (2023-06-23)
# Deprecated package. Renamed to dev-ruby/optimist by upstream. No
# reverse dependencies. Masked for removal on 2023-07-23.
dev-ruby/trollop
diff --git a/profiles/prefix/darwin/macos/arch/arm64/use.force b/profiles/prefix/darwin/macos/arch/arm64/use.force
index 3055521d22e8..952fb5bdafa3 100644
--- a/profiles/prefix/darwin/macos/arch/arm64/use.force
+++ b/profiles/prefix/darwin/macos/arch/arm64/use.force
@@ -1,6 +1,25 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Force the flag corresponding to the default ABI
-x64-macos
arm64-macos
+
+# Instruction sets that are always available on M1
+cpu_flags_arm_v4
+cpu_flags_arm_v5
+cpu_flags_arm_v6
+cpu_flags_arm_v7
+cpu_flags_arm_v8
+
+cpu_flags_arm_aes
+cpu_flags_arm_crc32
+cpu_flags_arm_neon
+cpu_flags_arm_edsp
+cpu_flags_arm_sha1
+cpu_flags_arm_sha2
+cpu_flags_arm_thumb
+cpu_flags_arm_thumb2
+cpu_flags_arm_vfp
+cpu_flags_arm_vfpv3
+cpu_flags_arm_vfpv4
+cpu_flags_arm_vfp-d32
diff --git a/profiles/prefix/darwin/macos/arch/arm64/use.mask b/profiles/prefix/darwin/macos/arch/arm64/use.mask
index 1460af56464c..2de1511d28c2 100644
--- a/profiles/prefix/darwin/macos/arch/arm64/use.mask
+++ b/profiles/prefix/darwin/macos/arch/arm64/use.mask
@@ -1,6 +1,26 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Unmask the flag corresponding to the default ABI
--x64-macos
-arm64-macos
+
+# Unmask arm specific USE flags, M1 is v8 + custom stuff
+-cpu_flags_arm_v4
+-cpu_flags_arm_v4
+-cpu_flags_arm_v5
+-cpu_flags_arm_v6
+-cpu_flags_arm_v7
+-cpu_flags_arm_v8
+
+-cpu_flags_arm_aes
+-cpu_flags_arm_crc32
+-cpu_flags_arm_neon
+-cpu_flags_arm_edsp
+-cpu_flags_arm_sha1
+-cpu_flags_arm_sha2
+-cpu_flags_arm_thumb
+-cpu_flags_arm_thumb2
+-cpu_flags_arm_vfp
+-cpu_flags_arm_vfpv3
+-cpu_flags_arm_vfpv4
+-cpu_flags_arm_vfp-d32
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 8e83f2e91671..5170249aa17b 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -4050,6 +4050,7 @@ media-gfx/skanpage:ocr - Enable support for Optical Character Recognition via ap
media-gfx/solvespace:system-mimalloc - Use system dev-libs/mimalloc instead of vendored library
media-gfx/ueberzugpp:opencv - Use media-libs/opencv for additional image formats and OpenCL accelerated scaling
media-gfx/ueberzugpp:wayland - Enable wayland support (proper window positioning is only supported with some compositors)
+media-gfx/ueberzugpp:xcb-errors - Use x11-libs/xcb-util-errors for better error reporting with X
media-gfx/xpaint:pgf - Support for loading PGF images
media-gfx/xsane:ocr - Enable support for Optical Character Recognition reader
media-gfx/yafaray:fastmath - Enable mathematic approximations to make code faster