diff options
author | 2023-07-09 13:02:59 +0800 | |
---|---|---|
committer | 2023-07-09 13:05:33 +0800 | |
commit | 200dcd061e685c809a8d2859afdf1781b23020ee (patch) | |
tree | 5321d12fb19313afb399277dcf3165e7821f79a4 /profiles/prefix/sunos | |
parent | sys-apps/the_silver_searcher: keyword 2.2.0_p20201217-r1 for ~x64-macos (diff) | |
download | gentoo-200dcd061e685c809a8d2859afdf1781b23020ee.tar.gz gentoo-200dcd061e685c809a8d2859afdf1781b23020ee.tar.bz2 gentoo-200dcd061e685c809a8d2859afdf1781b23020ee.zip |
p/p/{darwin/macos,sunos/solaris}: move the xattr masks downwards.
The masks are more related to userland libc implementations than
kernels, and suits better to macos and solaris subdirectories.
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'profiles/prefix/sunos')
-rw-r--r-- | profiles/prefix/sunos/package.mask | 8 | ||||
-rw-r--r-- | profiles/prefix/sunos/solaris/package.mask | 6 | ||||
-rw-r--r-- | profiles/prefix/sunos/solaris/use.mask | 6 | ||||
-rw-r--r-- | profiles/prefix/sunos/use.mask | 4 |
4 files changed, 12 insertions, 12 deletions
diff --git a/profiles/prefix/sunos/package.mask b/profiles/prefix/sunos/package.mask deleted file mode 100644 index 1d933faa70cb..000000000000 --- a/profiles/prefix/sunos/package.mask +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Benda Xu <heroxbd@gentoo.org> (2023-07-09) -# Requires Glibc <sys/xattr.h> to work properly. -# For example, 'lgetxattr' is not available on Solaris or gnulib. -# https://www.gnu.org/software/gnulib/manual/html_node/lgetxattr.html -sys-apps/attr diff --git a/profiles/prefix/sunos/solaris/package.mask b/profiles/prefix/sunos/solaris/package.mask index bd2fe8fd3273..dbb1185a8cae 100644 --- a/profiles/prefix/sunos/solaris/package.mask +++ b/profiles/prefix/sunos/solaris/package.mask @@ -1,6 +1,12 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Benda Xu <heroxbd@gentoo.org> (2023-07-09) +# Requires Glibc <sys/xattr.h> to work properly. +# For example, 'lgetxattr' is not available on Solaris or gnulib. +# https://www.gnu.org/software/gnulib/manual/html_node/lgetxattr.html +sys-apps/attr + # Fabian Groffen <grobian@gentoo.org> (2023-06-09) # Fails to compile due to missing DT_* symbols # fix: https://lore.kernel.org/git/20230606205935.3183276-1-asedeno@google.com/ diff --git a/profiles/prefix/sunos/solaris/use.mask b/profiles/prefix/sunos/solaris/use.mask new file mode 100644 index 000000000000..334d27168fee --- /dev/null +++ b/profiles/prefix/sunos/solaris/use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Benda Xu <heroxbd@gentoo.org> (2023-07-09) +# xattr requires sys-apps/attr, which is masked. +xattr diff --git a/profiles/prefix/sunos/use.mask b/profiles/prefix/sunos/use.mask index d9cbd55a4b77..1cc476b28157 100644 --- a/profiles/prefix/sunos/use.mask +++ b/profiles/prefix/sunos/use.mask @@ -5,10 +5,6 @@ -elibc_SunOS -kernel_SunOS -# Benda Xu <heroxbd@gentoo.org> (2023-07-09) -# xattr requires sys-apps/attr, which is masked. -xattr - # these will more than likely never work on solaris 3dfx acpi |