diff options
author | Benda Xu <heroxbd@gentoo.org> | 2023-07-19 17:17:03 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2023-07-19 17:17:57 +0800 |
commit | 391d1405b34df659dc01fc6ecb4f8522bc09d39a (patch) | |
tree | c9dbd090979c93be6a2045d48e8271754aca1b11 /profiles/prefix | |
parent | dev-python/meson-python: remove IUSE. (diff) | |
download | gentoo-391d1405b34df659dc01fc6ecb4f8522bc09d39a.tar.gz gentoo-391d1405b34df659dc01fc6ecb4f8522bc09d39a.tar.bz2 gentoo-391d1405b34df659dc01fc6ecb4f8522bc09d39a.zip |
profiles/prefix/darwin: mask patchelf.
It is useless under Darwin, unless cross-compiling.
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/package.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask index 47b1d8ab9f58..732fdb8edf24 100644 --- a/profiles/prefix/darwin/package.mask +++ b/profiles/prefix/darwin/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Benda Xu <heroxbd@gentoo.org> (2023-07-19) +# Darwin does not use ELF. +dev-util/patchelf + # Fabian Groffen <grobian@gentoo.org> (2014-01-14) # util-linux has no business on Darwin systems sys-apps/util-linux |