profiles: rearrange profiles
Rearrange the profiles and fix building on musl.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
..
|
||||
gentoo:features/musl
|
||||
../../features/musl
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
../../../gentoo/base
|
||||
../../../gentoo/default
|
||||
gentoo:arch/amd64
|
||||
gentoo:arch/amd64/no-multilib
|
||||
gentoo:features/merged-usr
|
||||
../../../minimal
|
||||
..
|
||||
../../../features/busybox
|
||||
|
||||
10
profiles/linux/arch/amd64/features/musl/make.defaults
Normal file
10
profiles/linux/arch/amd64/features/musl/make.defaults
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
CHOST="x86_64-pc-linux-musl"
|
||||
|
||||
# Anthony G. Basile <blueness@gentoo.org> (2014-07-01)
|
||||
# Multilib-related setup, bug #515130
|
||||
MULTILIB_ABIS="amd64"
|
||||
CHOST_amd64="${CHOST}"
|
||||
LIBDIR_amd64="lib"
|
||||
15
profiles/linux/arch/amd64/features/musl/package.mask
Normal file
15
profiles/linux/arch/amd64/features/musl/package.mask
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright 2020-2025 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
|
||||
|
||||
# Sebastian Parborg <darkdefende@gmail.com> (2025-01-21)
|
||||
# blender-bin is only compatible with glibc
|
||||
media-gfx/blender-bin
|
||||
6
profiles/linux/arch/amd64/features/musl/package.use.mask
Normal file
6
profiles/linux/arch/amd64/features/musl/package.use.mask
Normal file
@@ -0,0 +1,6 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-01-28)
|
||||
# upstream does not provide docs in musl tarball
|
||||
dev-lang/rust-bin doc
|
||||
2
profiles/linux/arch/amd64/features/musl/parent
Normal file
2
profiles/linux/arch/amd64/features/musl/parent
Normal file
@@ -0,0 +1,2 @@
|
||||
../../../../features/musl
|
||||
../../../../features/installmask
|
||||
@@ -1 +0,0 @@
|
||||
CHOST="x86_64-pc-linux-musl"
|
||||
@@ -1 +0,0 @@
|
||||
*sys-libs/musl
|
||||
@@ -1,2 +1,2 @@
|
||||
..
|
||||
gentoo:features/musl
|
||||
../../features/musl
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
../../../gentoo/base
|
||||
../../../gentoo/default
|
||||
gentoo:arch/amd64
|
||||
gentoo:arch/amd64/no-multilib
|
||||
gentoo:features/merged-usr
|
||||
../../../minimal
|
||||
..
|
||||
../../../features/gnu
|
||||
|
||||
7
profiles/linux/arch/amd64/parent
Normal file
7
profiles/linux/arch/amd64/parent
Normal file
@@ -0,0 +1,7 @@
|
||||
../../gentoo/base
|
||||
../../gentoo/default
|
||||
gentoo:arch/amd64
|
||||
gentoo:arch/amd64/no-multilib
|
||||
gentoo:features/merged-usr
|
||||
../../features/minimal
|
||||
../../features/installmask
|
||||
1
profiles/linux/features/busybox/eapi
Normal file
1
profiles/linux/features/busybox/eapi
Normal file
@@ -0,0 +1 @@
|
||||
5
|
||||
1
profiles/linux/features/gnu/eapi
Normal file
1
profiles/linux/features/gnu/eapi
Normal file
@@ -0,0 +1 @@
|
||||
5
|
||||
1
profiles/linux/features/installmask/eapi
Normal file
1
profiles/linux/features/installmask/eapi
Normal file
@@ -0,0 +1 @@
|
||||
5
|
||||
4
profiles/linux/features/installmask/make.defaults
Normal file
4
profiles/linux/features/installmask/make.defaults
Normal file
@@ -0,0 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
INSTALL_MASK="${INSTALL_MASK} /usr/share/doc /usr/share/man /usr/share/locale /usr/lib64/pkgconfig /usr/include /usr/share/info /usr/lib*/python*/test"
|
||||
1
profiles/linux/features/minimal/eapi
Normal file
1
profiles/linux/features/minimal/eapi
Normal file
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -3,5 +3,3 @@
|
||||
|
||||
USE="pam pcre zlib ipv6 minimal ssl"
|
||||
USE="${USE} -acl -xattr -fortran -ncurses -readline -static-libs -nls -multiarch -kmod -seccomp"
|
||||
|
||||
INSTALL_MASK="/usr/share/doc /usr/share/man /usr/share/locale /usr/lib64/pkgconfig /usr/include /usr/share/info /usr/lib*/python*/test"
|
||||
1
profiles/linux/features/musl/eapi
Normal file
1
profiles/linux/features/musl/eapi
Normal file
@@ -0,0 +1 @@
|
||||
5
|
||||
4
profiles/linux/features/musl/packages
Normal file
4
profiles/linux/features/musl/packages
Normal file
@@ -0,0 +1,4 @@
|
||||
-*app-misc/pax-utils
|
||||
-*sys-apps/sandbox
|
||||
|
||||
*sys-libs/musl
|
||||
1
profiles/linux/features/musl/parent
Normal file
1
profiles/linux/features/musl/parent
Normal file
@@ -0,0 +1 @@
|
||||
gentoo:features/musl
|
||||
@@ -1,7 +1,10 @@
|
||||
# Copyright 2003-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Minimal profiles
|
||||
amd64 linux/arch/amd64/gnu exp
|
||||
amd64 linux/arch/amd64/gnu/musl exp
|
||||
amd64 linux/arch/amd64/busybox exp
|
||||
|
||||
# Minimal musl profiles
|
||||
amd64 linux/arch/amd64/gnu/musl exp
|
||||
amd64 linux/arch/amd64/busybox/musl exp
|
||||
|
||||
Reference in New Issue
Block a user