diff options
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/clang/make.defaults | 4 | ||||
-rw-r--r-- | profiles/features/prefix/standalone/profile.bashrc | 2 | ||||
-rw-r--r-- | profiles/features/wd40/package.use.mask | 10 |
3 files changed, 12 insertions, 4 deletions
diff --git a/profiles/features/clang/make.defaults b/profiles/features/clang/make.defaults index 7674593179f7..ddb54ae32c7d 100644 --- a/profiles/features/clang/make.defaults +++ b/profiles/features/clang/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # this is for now highly experimental -dilfridge @@ -46,7 +46,7 @@ ADDR2LINE="llvm-addr2line" BOOTSTRAP_USE="${BOOTSTRAP_USE} ssl curl_ssl_openssl" # Clang needs this -BOOTSTRAP_USE="${BOOTSTRAP_USE} python_single_target_python3_9" +BOOTSTRAP_USE="${BOOTSTRAP_USE} python_single_target_python3_10" # sys-devel/llvm BOOTSTRAP_USE="${BOOTSTRAP_USE} -gold" diff --git a/profiles/features/prefix/standalone/profile.bashrc b/profiles/features/prefix/standalone/profile.bashrc index 5423535d0fc9..d23eeb81797d 100644 --- a/profiles/features/prefix/standalone/profile.bashrc +++ b/profiles/features/prefix/standalone/profile.bashrc @@ -26,7 +26,7 @@ if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} == configure ]]; the EXTRA_ECONF="${EXTRA_ECONF} --with-sysroot=${EPREFIX}" ebegin "remove --sysroot call on ld for native toolchain" - sed -i 's/--sysroot=%R//' gcc/gcc.c + sed -i 's/--sysroot=%R//' gcc/gcc.c* eend $? elif [[ ${CATEGORY}/${PN} == sys-devel/clang && ${EBUILD_PHASE} == configure ]]; then ebegin "Use ${EPREFIX} as default sysroot" diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index a2d57b80710f..6c8a179103ef 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2022-06-26) +# dev-python/trustme requires dev-python/cryptography. +dev-python/anyio test +dev-python/httpcore test +dev-python/httpx test +dev-python/uvicorn test + # WANG Xuerui <xen0n@gentoo.org> (2022-05-13) # dev-lang/rust is not available on ${arch} yet. media-gfx/imv svg @@ -14,7 +21,8 @@ media-libs/imlib2 svg # Michał Górny <mgorny@gentoo.org> (2021-11-26) # These package flags require dev-python/cryptography which -- due # to the dependency on Rust -- is no longer portable to ${arch}. -dev-python/twisted conch crypt +dev-python/dnspython dnssec +dev-python/twisted conch ssl dev-python/urllib3 test net-fs/samba addc addns ads |