diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-10-14 01:43:18 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-10-14 01:43:18 +0100 |
commit | 30737dc88991519b90363c2c7bae8fd049098d13 (patch) | |
tree | 765be9d1f204022a140e3ce7307c5bee63420459 /profiles/default | |
parent | 174cda0f83caffc0ee683143e9b2c501ef589cc1 (diff) |
gentoo auto-resync : 14:10:2022 - 01:43:18
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/amd64/17.0/musl/package.mask | 7 | ||||
-rw-r--r-- | profiles/default/linux/arm64/17.0/llvm/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/arm64/17.0/llvm/packages.build | 9 | ||||
-rw-r--r-- | profiles/default/linux/arm64/17.0/llvm/parent | 2 | ||||
-rw-r--r-- | profiles/default/linux/ppc/17.0/musl/parent | 1 |
5 files changed, 19 insertions, 1 deletions
diff --git a/profiles/default/linux/amd64/17.0/musl/package.mask b/profiles/default/linux/amd64/17.0/musl/package.mask index 03746363caf3..25a5df5e9181 100644 --- a/profiles/default/linux/amd64/17.0/musl/package.mask +++ b/profiles/default/linux/amd64/17.0/musl/package.mask @@ -1,6 +1,11 @@ -# Copyright 2020 Gentoo Authors. +# Copyright 2020-2022 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2022-10-08) +# openjdk-bin is available on amd64 musl +-dev-java/openjdk-bin +dev-java/openjdk-bin:8 + # Georgy Yakovlev <gyakovlev@gentoo.org> (2020-01-28) # rust-bin is available on amd64 musl -dev-lang/rust-bin diff --git a/profiles/default/linux/arm64/17.0/llvm/eapi b/profiles/default/linux/arm64/17.0/llvm/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm64/17.0/llvm/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm64/17.0/llvm/packages.build b/profiles/default/linux/arm64/17.0/llvm/packages.build new file mode 100644 index 000000000000..9ffb08757bd7 --- /dev/null +++ b/profiles/default/linux/arm64/17.0/llvm/packages.build @@ -0,0 +1,9 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# we use glibc here, so we still need these in stage1 +# later stages should pull them in as BDEPEND anyway +sys-devel/gcc +sys-devel/gcc-config +sys-devel/binutils +sys-devel/binutils-config diff --git a/profiles/default/linux/arm64/17.0/llvm/parent b/profiles/default/linux/arm64/17.0/llvm/parent new file mode 100644 index 000000000000..929f409fcc3f --- /dev/null +++ b/profiles/default/linux/arm64/17.0/llvm/parent @@ -0,0 +1,2 @@ +.. +../../../../../features/llvm diff --git a/profiles/default/linux/ppc/17.0/musl/parent b/profiles/default/linux/ppc/17.0/musl/parent index 58651906cb67..9ef7663a23b6 100644 --- a/profiles/default/linux/ppc/17.0/musl/parent +++ b/profiles/default/linux/ppc/17.0/musl/parent @@ -1,2 +1,3 @@ .. ../../../../../features/musl +../../../../../features/wd40 |