diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-02-07 19:50:38 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-02-07 19:51:27 +0100 |
commit | bfc81ce1fb441101d339228491699f408487974c (patch) | |
tree | 2196133b4ee07dce3f20cb5b692ac236e3d83554 /profiles/prefix/darwin | |
parent | net-fs/minio: Version bump (v2021.02.07.01.31.02) (diff) | |
download | gentoo-bfc81ce1fb441101d339228491699f408487974c.tar.gz gentoo-bfc81ce1fb441101d339228491699f408487974c.tar.bz2 gentoo-bfc81ce1fb441101d339228491699f408487974c.zip |
profiles/prefix/darwin/macos/11.0/arm64: add gcc subprofile
add gcc subprofile, and umask gcc-11 in there
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix/darwin')
3 files changed, 8 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/11.0/arm64/gcc/eapi b/profiles/prefix/darwin/macos/11.0/arm64/gcc/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/darwin/macos/11.0/arm64/gcc/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/darwin/macos/11.0/arm64/gcc/package.accept_keywords b/profiles/prefix/darwin/macos/11.0/arm64/gcc/package.accept_keywords new file mode 100644 index 000000000000..bd43de88a9a0 --- /dev/null +++ b/profiles/prefix/darwin/macos/11.0/arm64/gcc/package.accept_keywords @@ -0,0 +1,5 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Apple SI support only exists in Ians' WIP +=sys-devel/gcc-11* ** diff --git a/profiles/prefix/darwin/macos/11.0/arm64/gcc/parent b/profiles/prefix/darwin/macos/11.0/arm64/gcc/parent new file mode 100644 index 000000000000..fceecddb55c7 --- /dev/null +++ b/profiles/prefix/darwin/macos/11.0/arm64/gcc/parent @@ -0,0 +1,2 @@ +.. +../../../features/fsf-gcc-ld64 |